Releases: cantaloupe-project/cantaloupe
Releases · cantaloupe-project/cantaloupe
1.2
- Added AmazonS3Resolver.
- Added FfmpegProcessor.
- Made the
Content-Disposition
header configurable.
- Replaced the
generate_https_links
configuration option with the base_uri
option.
- Added the
cache.server.resolve_first
configuration option.
1.1
- Added JdbcCache.
- Added a cache.client.enabled key to the config file.
- Switched to the Simple HTTP server.
1.0.1
- Fixed TIFF reader not being included in the JAR, affecting Java2dProcessor and JaiProcessor.
1.0
- Sped up TIFF decoding in Java2dProcessor.
- Added configurable logging.
- Added JdbcResolver.
- Added a configuration option to generate links using the https scheme.
- Added memory and VM arguments information to the landing page and startup log.
1.0-beta3
- Added client-side caching.
- Added HTTP Basic authentication.
- Added KakaduProcessor.
- Added a
sizes
key to information responses.
- Renamed ImageIoProcessor to Java2dProcessor.
- Java2dProcessor supports pyramidal TIFF.
- Improved the thread-safety of FilesystemCache.
- Improved the security of FilesystemResolver.
- Source images are streamed directly rather than being re-encoded when the
IIIF parameters request a full-size, unmodified image.
- Cantaloupe is now distributed as a .zip archive.
1.0-beta2
- Added optional server-side caching.
- Added configurable path separators in FilesystemResolver and HttpResolver.
- The application version is displayed on the landing page and in a startup log
message.