Releases: blocknotes/active_storage_db
Releases · blocknotes/active_storage_db
v1.6.0
What's Changed
- Convert to integer chunk size env by @blocknotes in #76
- Update DBService component by @blocknotes in #79
- Replace Rails version control line by @blocknotes in #78
- Internal improvements by @blocknotes in #80, #82, #83, #85, #87
- Improve specs by @blocknotes in #77
- Update CI workflows by @blocknotes in #81, @blocknotes in #84
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- Support for Rails 8.1 by @blocknotes in #74
- #delete returns if the file has been deleted by @blocknotes in #71
- Dev and tests: internal improvements
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- feat: SQLite support (experimental) by @blocknotes in #51
- doc: Add alternative database support by @kejkz in #52
New Contributors
Full Changelog: v.1.3.1...v1.4.0
v.1.3.1
What's Changed
- refactor: fix current url_options without a port (default port) by @albus522 in #43
- refactor: minor change to
current_hostmethod by @blocknotes in #48 - test: internal improvements by @blocknotes: #41 - #44 - #46
New Contributors
Full Changelog: v.1.3.0...v.1.3.1
v1.3.0
What's Changed
- feat: support for MSSQL by @blocknotes in #38
- feat: minor internal improvements by @blocknotes in #36
- docs: update extra contents by @blocknotes in #37
- test: update test suite by @blocknotes in #39
Full Changelog: v1.2.0...v.1.3.0
v1.2.0
What's Changed
- feat: update minimum ruby version to 2.7.0 by @blocknotes in #31
- fix: remove queries with max id by @blocknotes in #33
- test: update test suite configuration by @blocknotes in #29
- test: improve test suite by @blocknotes in #30
Full Changelog: v1.1.2...v1.2.0
v1.1.2
What's Changed
- Minor internal improvements by @blocknotes in #26
- Revert "Remove ApplicationRecord" by @blocknotes in #25
- Setup Code Climate by @blocknotes in #24
Full Changelog: v1.1.0...v1.1.2
v1.1.0
Main features:
- Ruby 3.0 support
- Update service API
- Improve rake tasks
Other points:
- Remove ApplicationRecord base model class
- Internal improvements to the specs structure
v1.0.0
Breaking changes:
- Drop support for Ruby 2.5
Features:
- Support for Rails 7.0
v0.2.0
- New rake task:
asdb:list(list the stored attachments) - New rake task:
asdb:get(download an attachment) - Improve some specs