Skip to content

0.7.0 🌈 Support GATE Client Plugin

Choose a tag to compare

@github-actions github-actions released this 11 Mar 07:20
· 12 commits to main since this release
1fddb9f

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)