Released on October 10, 2017.
object_id has a more
default implementation for UUID primary keys.
If a primary key is not composite and UUID type,
sqlalchemy_imageattach.entity.Image.object_id for that doesn’t have to
be implemented.BaseImageSet.generate_thumbnail() became to strip metadata such as
all profiles and comments from thumbnail images. It doesn’t affect to
original images.sqlalchemy_imageattach.stores.s3) now supports
Signature Version 4 (AWS4Auth). Signature Version 4 is used if
the region of
S3Store is determined.
Otherwise Signature Version 2 (which is deprecated since January 30, 2014)
is used as it has been. [#34]region parameter
to S3Store.underlying_region
and
overriding_region
parameters to S3SandboxStore.S3RequestV4 class.S3Request to
S3RequestV2.
The existing S3Request still
remains for backward compatibility, but it’s deprecated.AuthMechanismError
exception.max_retry parameter
to S3Store and
S3SandboxStore classes.Released on June 30, 2016.
image_attachment() function
now can take uselist=True option. It configures to the relationship
to attach multiple images.ImageSet became deprecated,
because it was separated to SingleImageSet, and BaseImageSet which is a common base
class for SingleImageSet and
MultipleImageSet.MultipleImageSet and
ImageSubset.host_url_getter option to HttpExposedFileSystemStore.from_file() and
from_blob() can take
extra_args/extra_kwargs to be passed to entity model’s constructor.
[#32, #33 by Vahid]sqlalchemy_imageattach.version.SQLA_COMPAT_VERSION and
sqlalchemy_imageattach.version.SQLA_COMPAT_VERSION_INFO constants.Released on July 30, 2014.
UnboundLocalError of S3Store. [#20 by Peter Lada]Released on August 26, 2013.
sqlalchemy_imageattach.migration module for storage migration.
See also Migrating storage guide.public_base_url option to S3Store. It’s useful when used with
CDN e.g. CloudFront.Released on June 20, 2013.
push_store_context() and
pop_store_context() API. It’s useful
when you can’t use with keyword e.g. setup/teardown hooks.Image.object_type
property now has the default value when the primary key is an integer.Image class become
able to be used as SQL expressions.block_size option to StaticServerMiddleware.StaticServerMiddleware now
supports 'wsgi.file_wrapper'. See also optional platform-specific
file handling.Initially released on May 31, 2013.