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.
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.