Skip to content

chore(deps): bump io.extendreality.zinnia.unity from 1.45.0 to 1.46.0#30

Merged
dependabot[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/io.extendreality.zinnia.unity-1.46.0
Feb 14, 2022
Merged

chore(deps): bump io.extendreality.zinnia.unity from 1.45.0 to 1.46.0#30
dependabot[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/io.extendreality.zinnia.unity-1.46.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 14, 2022

Bumps io.extendreality.zinnia.unity from 1.45.0 to 1.46.0.

Release notes

Sourced from io.extendreality.zinnia.unity's releases.

v1.46.0

1.46.0 (2022-02-14)

Features

  • Collision: add (un)changed list events to slicer (0009a4f)

    The Slicer component now has some additional events that are raised when the Sliced and Remaining lists change or stay unchanged when a slice operation is called.

  • Data: add missing data transformation types (0293373)

    A number of new data transformations have been added to fill the gaps where they were missing but existed for other similar data types or the data type had a certain transformation operation but was lacking in another (e.g. had an adder but no subtractor).

Bug Fixes

  • Collision: prevent Transform creation every call (659dee7)

    There was a new Transform object being created every call which could have caused issues with garbage collection. The transform is now just a reused reference which shouldn't need to create a new object every call.

  • Tracking: add time limit to rigidbody velocity tests (c8141a3)

    The RigidbodyVelocityTest can occasionally fail in the diverge tests as it's relying on the physics engine to work perfectly under test conditions and it causes the test to hang indefinitely. This has been fixed by simply adding a counter that will cause the while loop to end if the timer exceeds the limit.

Changelog

Sourced from io.extendreality.zinnia.unity's changelog.

1.46.0 (2022-02-14)

Features

  • Collision: add (un)changed list events to slicer (0009a4f)

    The Slicer component now has some additional events that are raised when the Sliced and Remaining lists change or stay unchanged when a slice operation is called.

  • Data: add missing data transformation types (0293373)

    A number of new data transformations have been added to fill the gaps where they were missing but existed for other similar data types or the data type had a certain transformation operation but was lacking in another (e.g. had an adder but no subtractor).

Bug Fixes

  • Collision: prevent Transform creation every call (659dee7)

    There was a new Transform object being created every call which could have caused issues with garbage collection. The transform is now just a reused reference which shouldn't need to create a new object every call.

  • Tracking: add time limit to rigidbody velocity tests (c8141a3)

    The RigidbodyVelocityTest can occasionally fail in the diverge tests as it's relying on the physics engine to work perfectly under test conditions and it causes the test to hang indefinitely. This has been fixed by simply adding a counter that will cause the while loop to end if the timer exceeds the limit.

Commits
  • 8a4de3e chore(release): set version to 1.46.0 [skip ci]
  • 09175d0 Merge pull request #561 from ExtendRealityLtd/fixes-n-feats
  • 0293373 feat(Data): add missing data transformation types
  • c8141a3 fix(Tracking): add time limit to rigidbody velocity tests
  • 0009a4f feat(Collision): add (un)changed list events to slicer
  • 659dee7 fix(Collision): prevent Transform creation every call
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [io.extendreality.zinnia.unity](https://github.com/ExtendRealityLtd/Zinnia.Unity) from 1.45.0 to 1.46.0.
- [Release notes](https://github.com/ExtendRealityLtd/Zinnia.Unity/releases)
- [Changelog](https://github.com/ExtendRealityLtd/Zinnia.Unity/blob/master/CHANGELOG.md)
- [Commits](ExtendRealityLtd/Zinnia.Unity@v1.45.0...v1.46.0)

---
updated-dependencies:
- dependency-name: io.extendreality.zinnia.unity
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependency-update A change that only updates a dependency label Feb 14, 2022
@dependabot dependabot Bot requested a review from thestonefox February 14, 2022 12:55
Copy link
Copy Markdown
Member

@thestonefox thestonefox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot Bot merged commit fffa06d into master Feb 14, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/io.extendreality.zinnia.unity-1.46.0 branch February 14, 2022 13:37
@ExtendReality-Bot
Copy link
Copy Markdown
Member

🎉 This PR is included in version 1.1.19 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency-update A change that only updates a dependency released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants