Skip to content

connected-spaces-platform.unity.core 4.4.0

Install from the command line:
Learn more about npm packages
$ npm install @magnopus-opensource/connected-spaces-platform.unity.core@4.4.0
Install via package.json:
"@magnopus-opensource/connected-spaces-platform.unity.core": "4.4.0"

About this version

Built from changelist ID 95f9a4c93cec0170d1bf1421d03e1d929ed764e0

Summary Lists

🍰 πŸ™Œ New Features

  • No Ticket - Full graphql query endpoint - 1c716fb

πŸ› πŸ”¨ Fixes

  • No Ticket - Only link winsocks on windows - ab507b9
  • No Ticket - Maintenance windows assert when no future windows exist - e958d12

πŸ’« πŸ’₯ Refactor

  • No Ticket - Refac deviceidpath code - 1d9143c

πŸ™ˆ πŸ™‰ πŸ™Š Test Changes

  • No Ticket - Refactored script tests - f848c59

πŸ“– ✍ Document Changes

  • No Ticket - Modified readme generation - 53e682e

🧩 Misc Changes

  • No Ticket - Merge pull request #44 from magnopus-opensource/nt-0_update_readme_background update readme.md background section - 755d1ca
  • No Ticket - Merge pull request #41 from magnopus-opensource/nt-0_contributing_md_update update contributing.md - 8f63e7d
  • No Ticket - Merge pull request #38 from magnopus-opensource/of-1048_update_api_docs_links of 1048 update api docs links - 8f452b1

Revision Change Details

change_id user description
81826ed MAG-AW merge pull request #53 from magnopus-opensource/staging
Hotfix for v4.4.0
d8e7788 MAG-AW merge pull request #52 from magnopus-opensource/develop
Staging hotfix for v4.4.0
ab507b9 MAG-AW merge pull request #50 from magnopus-opensource/of-1006_remove_autoconnect
[NT-0] fix: only link WinSocks on Windows
cc14f99 MAG-AW merge branch 'develop' into of-1006_remove_autoconnect
b981f6d Michael K [nt-0] fix: only link winsocks on windows
3269bad MAG-AW merge pull request #49 from magnopus-opensource/staging
v4.4.0
58297e4 MAG-AW merge pull request #48 from magnopus-opensource/develop
Stage v4.4.0
e958d12 Sam Birley merge pull request #46 from magnopus-opensource/ob-2718_maintenance_windows_assert
[OB-2718] fix!: maintenance windows assert when no future windows exist
7e3f13d Sam Birley [ob-2718] fix: typo in maintenance tests
db71979 Sam Birley [ob-2718] test: c# maintenance window tests
Updated C# tests to reflect latest API changes.
Added a test covering querying for the latest maintenance window
4f0d1b7 Sam Birley [ob-2718] test: covering default windows
c8f1926 Sam Birley [ob-2718] fix: typos
Correcting some typos in the tests
21d93c0 Sam Birley [ob-2718] refac: maintenance window simplification
In which we remove the discrete `IsInsideMaintenanceWindow` endpoint
from `MaintenanceSystem` and instead a new function to `MaintenanceInfo`
allowing applications to query whether they are inside the window.
This approach means that getting the set of windows and querying for the
latest one both follow the same code paths with respect to service
queries, which means less code to maintain and zero extra query
overhead.
0fed1c0 Sam Birley [ob-2718] fix: handling no maintenance windows
This change introduces warnings when CSP finds that no maintenance
windows are defined by the services.
It also now returns a default (empty) `MaintenanceInfo` when asked to
return the latest maintenance window in the set that was returned by
the services (and none were defined).
f848c59 MAG-AW merge pull request #45 from magnopus-opensource/of-1058_script_test_refactor
[OF-1058] test: refactored script tests
fbdd066 MAG-AW merge branch 'develop' into of-1058_script_test_refactor
323f344 MAG-AW [of-1058] test: refactored script tests
- Moved script tests out of MultiPlayerTests.cpp
- Moved AssetSystemTests out of MultiPlayerTests.cpp
755d1ca Sam Birley merge pull request #44 from magnopus-opensource/nt-0_update_readme_background
Update README.md background section
60a7d33 Sam Birley merge branch 'develop' into nt-0_update_readme_background
2bfe271 Sam Birley update index.md
Updated landing page for API docs with same content as README.md
59e7087 Sam Birley update readme.md
Fixing image on mobile browsers
4260854 Sam Birley update readme.md background section
Adding some more information to the reader as to what CSP is and what our goals are. Also including a gif to illustrate the idea of interoperable spatial experiences.
1c716fb Sam Birley merge pull request #40 from magnopus-opensource/feat/graphql-full-query
[OF-693] feat: Full GraphQL query endpoint
31a435a Sam Birley merge branch 'develop' into feat/graphql-full-query
53e682e Sam Birley merge pull request #43 from magnopus-opensource/of-1056_readme_generator_changes
[OF-1056] doc: Modified readme generation
74d1f87 Rich Searle [of-693] fix: better comments for function
c0160af Rich Searle [of-693] fix: better comments for function
59822f5 Rich Searle [of-693] fix: better comments for functions
ada2d49 MAG-AdrianMeredith [ow-1085] feat: add support for shadows (#24)
b7a6220 Rich Searle [of-693] fix: remove logging
4310fea Rich Searle [of-693] fix: update tests
5241631 Rich Searle [of-693] fix: better function names
6da3234 MAG-AW [of-1056] doc: added some comments to readme gen
1d40a01 MAG-AW merge branch 'develop' into of-1056_readme_generator_changes
ec7aaf9 MAG-AW [of-1056] doc: modified readme generation
- Made readme generation more in-line with the bullet points
generated for package releases.
- Added a 'Misc Changes' section for any commits that come through
without the prefix modifier we normally parse.
- While these can't occur through natural commit pipeline, they
could happen if a developer modifies their merge commit description
during a PR. This catches those edge cases.
1d9143c Mag-JB merge pull request #39 from magnopus-opensource/of-1028-as-a-contributor-to-foundation-i-want-to-be-sure-that-all-platform-specific-code-is-stable
[OF-1028] refac: Refac DeviceIdPath Code
8f63e7d Sam Birley merge pull request #41 from magnopus-opensource/nt-0_contributing_md_update
Update CONTRIBUTING.md
af68e39 MAG-AW update contributing.md
b9fba2d Mag-JB [of-1028] fix: fix define
d13865a Mag-JB [of-1028] fix: add wasm check
285122e Rich Searle [of-693] fix: remove commented code
5e5a65f Mag-JB [of-1028] refac: refac deviceidpath code
8a7faa8 Rich Searle [of-693] test: c++ test for graphql funfullquery
63a704b Rich Searle [of-693] test: c# test for graphql funfullquery
8f452b1 Sam Birley merge pull request #38 from magnopus-opensource/of-1048_update_api_docs_links
Of 1048 update api docs links
064b7c6 Sam Birley merge branch 'develop' into of-1048_update_api_docs_links
fab9275 Sam Birley [of-1048] doc: api docs url updated
Our API docs are now hosted at
https://builds.magnoboard.com/connected-spaces-platform/index.html
This PR is a find-replace of the older URL across all `.md` files in
the repo. Turns out there was only one location!
970ceb0 Michael K [of-1039] fix: fix remaining warnings
1bdb8c2 MAG-AW merge pull request #36 from magnopus-opensource/staging
V4.3.1
4d7eed6 Rich Searle remove regex replace on fullgraphql endpoint.
7b6ff80 Rich Searle [of-693] fix: revert formatting on js test
276e418 Rich Searle [of-693] feat: full graphql query endpoint
c0259cb MAG-AW merge pull request #35 from magnopus-opensource/develop
Staging v4.3.1
1f09af9 MAG-AW v4.3.0
Contains OB-2676 - `Foundation 4.1.3 crashes when calling GetLatestMaintenanceInfo/IsInsideMaintenanceWindow from FDN Unity`
Contains OF-817 - `Wrapper Generator: Write unit tests for public and private class constructors and destructors`
f28f052 MAG-AW merge pull request #29 from magnopus-opensource/develop
Staging v4.3.0
cb27712 MAG-AW merge pull request #26 from magnopus-opensource/main
Prep staging for next release

Details


Assets

  • connected-spaces-platform.unity.core-4.4.0.tgz

Download activity

  • Total downloads 19
  • Last 30 days 0
  • Last week 0
  • Today 0