Skip to content

Releases: blocknotes/active_storage_db

v1.6.0

21 Mar 14:13
85f0c3d

Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0

v1.5.0

14 Mar 19:53
18d0232

Choose a tag to compare

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

09 Mar 10:27
142d01a

Choose a tag to compare

What's Changed

New Contributors

  • @kejkz made their first contribution in #52

Full Changelog: v.1.3.1...v1.4.0

v.1.3.1

07 Sep 12:31
8d2891c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v.1.3.0...v.1.3.1

v1.3.0

02 Nov 13:38
d9e82b3

Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v.1.3.0

v1.2.0

22 Oct 06:49
4a6e7e8

Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.2.0

v1.1.2

07 Sep 12:30

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.2

v1.1.0

04 Mar 08:45

Choose a tag to compare

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

26 Feb 13:43

Choose a tag to compare

Breaking changes:

  • Drop support for Ruby 2.5

Features:

  • Support for Rails 7.0

v0.2.0

29 Apr 16:04

Choose a tag to compare

  • New rake task: asdb:list (list the stored attachments)
  • New rake task: asdb:get (download an attachment)
  • Improve some specs