v1.6.3 #215
rahlk
announced in
Announcements
v1.6.3
#215
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
A single-fix patch release. No breaking changes — nothing to migrate, and the Neo4j schema contract is unchanged at
2.0.0.The application node carries its name again
Analysis output identifies the application by its canonical id (
can://<app>), but the human-readable name had no field of its own, so consumers had to parse it back out of the id string. This release restores it as a first-class field on the application root node, in both projections:analysis.json—application.namenameproperty on the:Application/:TSApplicationnodeThe value is your normalized
--app-name, or the input directory's basename when you don't pass one.This is additive:
namesits alongsideid, which is unchanged, so existing queries, ids, and downstream consumers keep working untouched. On the Neo4j side,namejoins the:Applicationproperty set without moving the contract version.Upgrade
PyPI:
Homebrew:
Shell installer (prebuilt binary; macOS and Linux):
Links
What's Changed
New Contributors
Full Changelog: v1.6.2...v1.6.3
This discussion was created from the release v1.6.3.
All reactions