Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Releases: adobe/ride

Incremental Improvements to the ModelObject, plus maintenance fix.

28 Oct 22:08
Compare
Choose a tag to compare

Ride 1.0.8 is available with improved functionality in the Model-Util, as well as couple of other stability and security fixes.

Issues addressed:

Issue #52 - Need ModelObject constructor that takes schema content
Fixed with: #53
Resolver: gahag

Ride uses a non-standardized date-time format for schema node generation. Switch to standard Java ISO Date-Time format
Fixed with: #51
Resolver: pqrth

Updates to account for security vuln found in dependent lib.
Fixed with: #56
Resolved: tedcasey

Please update your version of Ride to 1.0.8 at your earliest convenience.

Thanks!

Ride Team

Ride 1.0.7 Available!: Significant model-util updates and fixes

29 Aug 16:13
Compare
Choose a tag to compare

All,

A new release of Ride, version 1.0.7, is available from the Sonatype repository: https://oss.sonatype.org/content/groups/public/com/adobe/ride/

It contains significant fixes and upgrades to the model-util library, as well as a dependency library upgrade based on a security vulnerability issued by git repo scrapping. Please update your libraries when you get a chance. This is a fully backwards compatible release.

The complete list of issues fixed:

Issue #46 - model-util: Sync'd values always attempt to return a String (bug) - (reporter: tedcasey)

Issue #45 - model-util: Array nodes which reference a library definition for their items gets generated as a nested array (bug) - (reporter: tedcasey)

Issue #44 – model-util: Array nodes which reference another node are returned as Strings when schema is generated. (bug) - (reporter: tedcasey)

Issue #42 - model-util: Node reference which do not contain non-dynamic path parts generate Regex errors. (bug) - (reporter: tedcasey)

Issue #41 - model-util: Nodes in schemas which reference array nodes get dropped upon schema generation (bug) - (reporter: tedcasey)

Issue #37 - Warning in samples test attempting to add body to GET request (samples) - (reporter: tedcasey)

Issue #35 - Update Jackson to latest version (security) - (reporter: github)

Issue #34 - model-util: presets override any generated data (bug) - (reporter: shay-thompson)

Issue #33 - model-util: generateNodeValue throws NullPointerException (bug) - (reporter: kachayev)

Thanks!

Ted