Releases: zeroae/zae-lambda-java-gate
Releases · zeroae/zae-lambda-java-gate
0.8.1 🌈 Handle CSV Annotations
0.8.0 🌈 Public Lambda layers
0.7.1 🌈 Deploy Layer to AWS
0.7.0 🌈 Support GATE Client Plugin
Changes
🚀 Features
- Add /metadata endpoint @sodre (#36)
- Support basic annotationTypes @sodre (#34)
- Handle nextAnnotationId @sodre (#33)
- Refactor the DiskLRU Cache into its own class @sodre (#32)
- Create an AnnotationSetExporter to handle includeText=no @sodre (#31)
- Change the default response type to "application/json" @sodre (#30)
- Handle FastInfoset Request Types @sodre (#29)
- Add FastInfosetExporter @sodre (#25)
🐛 Bug Fixes
- Parse Input MimeTypes using gate.corpora.MimeType @sodre (#51)
- Fix serialization of annotationSelectors in the exported GateXML docu… @sodre (#49)
- Ensure GateJSON exported entities are not empty @sodre (#38)
- No exceptions when options are found in the Accept header. @sodre (#28)
🧰 Maintenance
- Pass annotationTypes in the FeatureMap for the DocumentExporter. @sodre (#46)
- Rename the B64 Protocol to MMAP. @sodre (#45)
- Add HTTP Client Tests @sodre (#44)
- Reformat and optimize Imports @sodre (#43)
- Accept application/json and text/json @sodre (#42)
- Output error messages as application/json. @sodre (#27)
- Add SAM Example @sodre (#26)