Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iteration Release v5.4.0 #1147

Merged
merged 1 commit into from
May 23, 2022
Merged

Iteration Release v5.4.0 #1147

merged 1 commit into from
May 23, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 9, 2022

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@finos/[email protected]

Major Changes

  • #1146 e0de53ce (@akphi) - Remove @babel/plugin-proposal-class-properties now that it's moved to stage 4. Also remove support for @babel/plugin-transform-runtime.

@finos/[email protected]

Major Changes

  • #1159 f6abe87a (@akphi) - BREAKING CHANGE: Move logic out of metamodels, such as Class.getProperty(), Database.getSchema(), etc. and expose them as helper methods.

  • #1153 9e3b9b57 (@akphi) - BREAKING CHANGE: Renamed extra fields added to the metamodels for navigation or other graph management purposes, such as owner, parent, uuid, etc. to _OWNER, _PARENT, _UUID, etc.; these fields are also made readonly.

  • #1159 f6abe87a (@akphi) - BREAKING CHANGE: Remove Stubable interface and all stub logic in metamodels, such as createStub(), isStub(), these methods are now cleaned up and organized in model creater helpers which will be exported as utilities from this package.

  • #1153 9e3b9b57 (@akphi) - BREAKING CHANGE: Move some enums out of metamodels, such as SET_IMPLEMENTATION_TYPE, BASIC_SET_IMPLEMENTATION_TYPE, PACKAGEABLE_ELEMENT_POINTER_TYPE, CLASS_PROPERTY_TYPE, etc.

  • #1153 9e3b9b57 (@akphi) - BREAKING CHANGE: Removed buildState from BasicModel and DependencyManager and moved them to GraphManagerState since these states don't belong inherently to the graph but the graph manager. As such, methods like AbstractPureGraphManager.buildSystem(), AbstractPureGraphManager.buildGraph() etc. now require the build state to as a parameter.

  • #1159 f6abe87a (@akphi) - Rename fullPath to path in Package. Where this change really makes a difference is for the root package: previously, path was the name of the root package element, from now on, path will be empty string, this makes the handling of root package when constructing element path more consistent.

Minor Changes

  • #1114 5e248794 (@MauricioUyaguari) - Deprecate running service Legacy Tests.
    Add RelationalData and EqualToTDS to support testing on relational queries.
    Support running testable tests.

Patch Changes

@finos/[email protected]

Minor Changes

@finos/[email protected]

Minor Changes

Patch Changes

@finos/[email protected]

Minor Changes

Patch Changes

@finos/[email protected]

Patch Changes

  • #1170 9263d26d (@MauricioUyaguari) - Sort query builder explorer nodes by their return types with primitives going first following by enumeration, class and class subtypes.

@finos/[email protected]

@finos/[email protected]

@finos/[email protected]

@finos/[email protected]

@finos/[email protected]

@finos/[email protected]

@finos/[email protected]

@finos/[email protected]

@finos/[email protected]

@finos/[email protected]

@finos/[email protected]

@finos/[email protected]

@finos/[email protected]

@finos/[email protected]

@finos/[email protected]

@finos/[email protected]

@finos/[email protected]

@finos/[email protected]

@finos/[email protected]

@finos/[email protected]

@finos/[email protected]

@finos/[email protected]

@finos/[email protected]

@finos/[email protected]

@finos/[email protected]

@finos/[email protected]

@finos/[email protected]

@finos-cla-bot finos-cla-bot bot added the cla-present CLA Signed label May 9, 2022
@github-actions github-actions bot force-pushed the changeset-release/master branch 4 times, most recently from 9660d4b to 8f11d25 Compare May 9, 2022 21:40
@github-actions github-actions bot changed the title WIP: New Release (do not merge - version bump is not yet setup properly) Iteration Release v5.4.0 May 9, 2022
@github-actions github-actions bot force-pushed the changeset-release/master branch 10 times, most recently from 41e803a to f4d05e6 Compare May 16, 2022 21:24
@github-actions github-actions bot force-pushed the changeset-release/master branch 4 times, most recently from bc8afde to 828fe12 Compare May 23, 2022 17:59
@github-actions github-actions bot force-pushed the changeset-release/master branch from 828fe12 to 0f5f40c Compare May 23, 2022 19:38
@akphi akphi merged commit f1df907 into master May 23, 2022
@akphi akphi deleted the changeset-release/master branch May 23, 2022 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-present CLA Signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant