You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@apache.org by Christian Amend <ch...@apache.org> on 2015/12/22 13:15:54 UTC

[ANNOUNCE] Apache Olingo 4.1.0 has been released

Hello,

we proudly announce that Apache Olingo 4.1.0 has been released.

This is the second stable Olingo release version for OData Version 4
(see specification [1] and new features [2]).

This release is available for download:
http://olingo.apache.org/doc/odata4/download.html
New Tutorials and documentation are also available:
http://olingo.apache.org/doc/odata4/index.html
Available also in central maven repository:
http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.olingo%22%20AND%20v%3A%224.1.0%22

If you would like to get involved please write to: <us...@olingo.apache.org>
Or subscribe to our mailing list: http://olingo.apache.org/support.html

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

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.


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

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

Bug
[OLINGO-778] - ClientUriBuilder constructs wrong URI for bound operations
[OLINGO-780] - UriParser does not validate that non-composable
Functions are the last segment
[OLINGO-781] - TechnicalEntityProcessor fails when an entity
collection is requested and no entity set is defined
[OLINGO-782] - Function returning complex collections might result in
a 500 internal server error during URI parsing
[OLINGO-788] - Numbers having more than 17 digits in mantissa can't be parsed
[OLINGO-791] - URI Parser allows EntitySets with namespace
[OLINGO-794] - QueryOption Enum still contains INLINECOUNT
[OLINGO-798] - getEntityContainer() throws NullPointerException
[OLINGO-833] - SearchTokenizerTest breaks build on JDK 6

Improvement
[OLINGO-784] - NPE in EdmPropertyImpl:43
[OLINGO-792] - Improve URI parser error messages
[OLINGO-795] - Enum and TypeDefinitions Enhancements
[OLINGO-804] - Remove the internal UInt7 primitive type class
[OLINGO-806] - Minor clean up before next V4 release
[OLINGO-821] - V4 Verify Enum and TypeDefinition Support
[OLINGO-826] - Enhance TecSVC before release

New Feature
[OLINGO-568] - OData $search Query Parser for Olingo
[OLINGO-587] - "name" Fields in Service Document cannot be set explicitly
[OLINGO-786] - Support EdmAnnotations on server side
[OLINGO-787] - Option to set absolute metadata context
[OLINGO-789] - Support for action import parameters

Task
[OLINGO-713] - Add additional tutorials
---

Best Regards,
Christian