You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Kobler-Morris, Sven" <sv...@sap.com> on 2015/04/15 13:36:51 UTC

[ANNOUNCE] Apache Olingo ODataJS 4.0.0 has been released

Hello,

today Apache Olingo OData Client for JavaScript 4.0.0 library has been released. This is the first stable release for our JavaScript library. For an overview about new features please refer to the end of this mail.

The release is available for download:
 http://olingo.apache.org/doc/javascript/download.html 

Best Regards,
Sven


Apache Olingo is an Apache Top Level project which offers libraries in Java and JavaScript which enable developers to implement
OData producers and OData consumers.

The Open Data Protocol (OData, http://odata.org) is a Web protocol for
querying and updating data that provides a way to unlock your data and
free it from silos that exist in applications today. OData does this
by applying and building upon Web technologies such as HTTP, Atom
Publishing Protocol (AtomPub) and JSON to provide access to
information from a variety of applications, services, and stores.

Release Notes - Olingo ODataJS - Version 4.0.0
---------------------------------------------------
Link: https://issues.apache.org/jira/browse/OLINGO-624

Features ported from DataJS V3 to Olingo OData Client for JavaScript to support OData V4
•	Support of OData V4 headers
•	Support of OData V4 metadata payload
•	Support of OData JSON payload version 4.0 (include batch request and response payload)
•	Support of the Cache and Store modules
Changes in Olingo OData Client for JavaScript
•	[Changed] The license header is changed to the Apache license header
•	[Pruned] Atom and JSON verbose payload support is removed to conform the OData V4 protocol
•	[New] New build infrastructure -
In order to make the build infrastructure of ODataJS cross-platform and easy accessible, a new build infrastructure based on Node Package Manager (NPM) and Grunt is adopted and has replaced the former Visual Studio based build infrastructure. For more details, please refers to the building instructions.
•	[New] The code comments are modified to the JSDoc style and the JSDoc generation functionality is enabled.
•	[New] Support running on browser-independent environments (e.g. Node.js)