Releases: blocknotes/active_storage_db
Releases · blocknotes/active_storage_db
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_host
method 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
v0.1.3
- Update to support Rails 6.1
Version 0.1.0
First version
Main features:
- all service methods implemented;
- data is saved using a binary field (or blob);
- RSpec tests.