Skip to content

Releases: mibo/janos

Release version 2.2.0

21 Feb 08:22
Compare
Choose a tag to compare

New and Noteworthy in Version 2.2.0

  • Fix for Janos#9: Add method to create an EdmProvider based on Annotations (accordingly annotated classes)
  • Fix for Janos#8: All fields of an POJO are handled as @EdmProperty by default (if no
    fields with annotations (beside @EdmKey) is found)
  • Updated Apache Olingo to version 2.0.6 and because Olingo updated to GSon 2.4 also updated Gson.
  • Switch to real Semantic Versioning. Based on this decision it is possible that next version will be 3.0 instead of 2.2, however the API did not changed, hence the release version is now 2.2.0.

Release version 2.1.0

07 Oct 18:42
Compare
Choose a tag to compare

New and Noteworthy in Version 2.1.0

  • Added ReadOptions and ReadResult for optimization of data access (read) in the DataStore layer
  • Refactored API packages (incompatible changes to 2.0)
  • Refactored (changed) API methods
    • org.apache.olingo.odata2.janos.processor.api.data.source.DataSource createData(...) method now returns the new created instance instead of modifying the given data parameter instance.
    • org.apache.olingo.odata2.janos.processor.api.data.store.DataStore all data access methods can now throw a DataStoreException
  • Updated to newest Apache Olingo version 2.0.5

Release 2.0.0 (First stable)

03 Sep 17:25
Compare
Choose a tag to compare

This is the first stable release of the Janos Olingo V2 Extension.