You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@apache.org by Michael <mi...@apache.org> on 2018/08/15 17:58:57 UTC

[ANNOUNCE] Apache Olingo 4.5.0 has been released

Hello,

we proudly announce that Apache Olingo 4.5.0 has been released.
This is a stable Olingo release for OData Version 4 (see specification
[1] and new features [2]).

This release is available for download:
https://olingo.apache.org/doc/odata4/download.html

Tutorials and documentation are also available:
https://olingo.apache.org/doc/odata4/index.html

Available also in central maven repository:
https://search.maven.org/search?q=g:org.apache.olingo%20AND%20v:4.5.0
and the Apache repository:
https://repository.apache.org/index.html#nexus-search;gav~org.apache.olingo~~4.5.0~~

If you would like to get involved please write to: user@olingo.apache.org
Or subscribe to our mailing list as described here:
https://olingo.apache.org/support.html

Apache Olingo is a Java library which enables developers to
implement OData service providers (server) and consumers (clients)
for OData V2 and V4.

The Open Data Protocol (OData, http://www.odata.org/) is an open protocol
to allow the creation and consumption of queryable and interoperable
RESTful APIs in a simple and standard way.

Best Regards, Michael

[1]: https://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html
[2]: https://docs.oasis-open.org/odata/new-in-odata/v4.0/cn01/new-in-odata-v4.0-cn01.html

Release Notes - Olingo - Version 4.5.0
---------------------------------------------------
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314520&version=12341547

Bug
[OLINGO-919] - $count is not supported as last segment on Functions/Actions
[OLINGO-1019] - Navigation Links not explicitly added to entity are
not shown in JSON "metadata=full" response
[OLINGO-1150] - Can't read Decimal value which value bigger than 10M
from MicrosoftCRM
[OLINGO-1166] - Annotations for members of Enum types in the CSDL
appear as siblings instead of as children
[OLINGO-1186] - OData 4 parsing older service metadata
[OLINGO-1194] - EntityResponse's location building doesn't check for
unicode strings
[OLINGO-1211] - netty-all is not a bundle but its dependency adds
extra import package to MANIFEST.MF in server-api module
[OLINGO-1230] - OpenType attribute is missing in meta serializer
[OLINGO-1237] - Serialization changes for odata.metadata=minimal
[OLINGO-1245] - Parsing issue with parens
[OLINGO-1252] - MetaDataParser will stack overflow when parsing circle
references recursively
[OLINGO-1276] - Client incorrectly parses stream with left brace in JSON string
New Feature
[OLINGO-1037] - V4: Support Geotypes on server in JSON
Improvement
[OLINGO-905] - Support $all in server-core-ext framework
[OLINGO-1152] - OLingo client crashes when encountering a null value
for an enum property
[OLINGO-1256] - Error code improvements
[OLINGO-1271] - Absolute Context URL with Service Dispatcher
Task
[OLINGO-1284] - V4: Build 4.5.0 release

--------------------------------------------------------------------------------------------------------------------------------------------------------