Skip to content

Releases: jowilf/sqlalchemy-file

0.6.0

07 Oct 22:56
a4f45e3
Compare
Choose a tag to compare

What's Changed

  • Add option to upload files by path by @adscib in #87

New Contributors

Full Changelog: 0.5.0...0.6.0

0.5.0

21 Jul 17:33
5eeb91d
Compare
Choose a tag to compare

What's Changed

Fixed

  • Fix #79: Remove the files generated by processors after an
    update or a delete in #84
  • Fix #78: Add content-type to extra data in ThumbnailGenerator
    by @wojtha in #80

Internals

  • Add additional Ruff rules & update dependencies in #77

New Contributors

Full Changelog: 0.4.0...0.5.0

0.4.0

02 Mar 04:04
fb760e2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.4.0

0.3.0

09 Jan 20:00
48f45fb
Compare
Choose a tag to compare

What's Changed

  • Support for apache-libcloud 3.7

Full Changelog: 0.2.0...0.3.0

0.2.0

28 Nov 23:28
390262f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.5...0.2.0

0.1.5

15 Oct 16:34
5ee62a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.4...0.1.5

0.1.4

30 Aug 21:58
56f91b4
Compare
Choose a tag to compare
  • Add upload_storage to the default information saved into the database. Before, upload_storage can be extracted
    from path attribute. Now you can access directly with file['upload_storage'] by
    @jowilf #11
  • Accept additional metadata from File object by @jowilf #11
  • Add section Upload File to the
    documentation

0.1.3

23 Aug 13:27
5a4fb5a
Compare
Choose a tag to compare
  • Add thumbnail_size property to ImageField by @jowilf #9

0.1.2

11 Aug 21:22
dd3a6d3
Compare
Choose a tag to compare
Merge pull request #8 from jowilf/changelog

Add CHANGELOG.md

First release

11 Aug 18:57
91ca3e0
Compare
Choose a tag to compare

First release