Releases: decentraland/worlds-content-server
Releases · decentraland/worlds-content-server
1.1.0
What's Changed
- chore: bump all libraries to latest versions by @marianogoldman in #141
- chore: remove unused libs by @marianogoldman in #142
- chore: revert "chore: update catalyst storage #140" by @marianogoldman in #143
- feat: refactor to enable support for new types of entities by @marianogoldman in #144
- refactor: invalid requests to use the error handler by @marianogoldman in #146
- feat: reject deprecated configs by @marianogoldman in #148
- chore: merge multiple dependabot PRs by @github-actions in #154
- feat: migrations framework by @marianogoldman in #155
- chore: bump @dcl/schemas from 8.2.0 to 8.2.2 by @dependabot in #158
- chore: bump @dcl/protocol from 1.0.0-5555484353.commit-63c469d to 1.0.0-5557204664.commit-964ab88 by @dependabot in #157
- feat: store world runtime metadata for more efficient access by @marianogoldman in #147
- chore: bump @dcl/protocol from 1.0.0-5557204664.commit-964ab88 to 1.0.0-5623934099.commit-07e0626 by @dependabot in #161
- chore: cast endpoint by @hugoArregui in #163
- chore: bump @dcl/hashing from 2.0.0 to 3.0.1 by @dependabot in #164
- chore: bump @well-known-components/thegraph-component from 1.5.0 to 1.6.0 by @dependabot in #165
- chore: bump dcl-catalyst-client from 21.5.0 to 21.5.3 by @dependabot in #166
- chore: update catalyst-storage by @marianogoldman in #162
- chore: replace decentraland-crypto-middleware with platform-crypto-middleware by @hugoArregui in #168
Full Changelog: 1.0.0...1.1.0
1.0.0
What's Changed
- refactor: reorganization of validation parts into separate files by @marianogoldman in #112
- chore: combine dependabot PRs by @marianogoldman in #114
- Combined PR by @github-actions in #124
- chore: bump @well-known-components/interfaces from 1.1.3 to 1.4.2 by @dependabot in #115
- chore: bump @well-known-components/metrics from 1.1.3 to 2.0.1 by @dependabot in #122
- chore: change commit message for combine-prs workflow by @marianogoldman in #132
- chore: merge multiple dependabot PRs by @github-actions in #133
- chore: bump @dcl/schemas from 7.6.0 to 8.1.0 by @dependabot in #127
- chore: use ETH_NETWORK instead of NETWORK_ID, update catalyst-contracts by @hugoArregui in #134
- chore: merge multiple dependabot PRs by @github-actions in #139
- chore: bump dcl-catalyst-client from 21.2.0 to 21.3.0 by @dependabot in #136
- chore: update catalyst storage by @marianogoldman in #140
New Contributors
- @github-actions made their first contribution in #124
- @dependabot made their first contribution in #115
Full Changelog: 0.1.3...1.0.0
0.1.3
What's Changed
- fix: better workaround to calculate user count suggested by LiveKit team by @marianogoldman in #111
Full Changelog: 0.1.2...0.1.3
0.1.2
What's Changed
- fix: workaround to calculate user count to overcome LiveKit bug by @marianogoldman in #110
Full Changelog: 0.1.1...0.1.2
0.1.1
What's Changed
- fix: when storing ACL the file name needs to be all lowercase by @marianogoldman in #109
Full Changelog: 0.1.0...0.1.1
0.1.0
What's Changed
- feat: check the signer has name nfts for authorizing deployments by @marianogoldman in #1
- chore: configurable rpc url by @marianogoldman in #2
- add about handler by @hugoArregui in #3
- update by @hugoArregui in #5
- remove bff from about by @hugoArregui in #6
- update protocol by @hugoArregui in #7
- feat: determine base url based on current request by @marianogoldman in #9
- docs: adding worlds alpha documentation by @pentreathm in #10
- feat: add new world deployments counter metric by @marianogoldman in #13
- feat: endpoint to get stats about deployed names by @marianogoldman in #14
- Update deployEntityHandler.ts by @menduz in #16
- Update dclNameAboutHandler.ts by @menduz in #15
- chore: setup eslint and fix code style by @marianogoldman in #17
- feat: allow scene developer to pick a dcl name under which to deploy the world by @marianogoldman in #18
- chore: update libs by @marianogoldman in #20
- feat: add validation about the overall size (in Mb) allowed for a scene by @marianogoldman in #19
- fix: auth-chain validation checks by @marianogoldman in #21
- refactor: remove spaghetti code and make validations easier to test by @marianogoldman in #22
- feat: new validation that the deployment is recent by @marianogoldman in #23
- fix: remove lint warning on unused params by @marianogoldman in #24
- feat: expose commit hash in /stats endpoint by @marianogoldman in #25
- feat: validate dimensions by @marianogoldman in #26
- refactor: better names for workflows and steps by @marianogoldman in #27
- feat: public status endpoint with commitHash and available for health… by @marianogoldman in #28
- feat: /status returns deployed worlds count and names by @marianogoldman in #29
- feat: support for handling offline comms adapter by @marianogoldman in #30
- fix: offline comms adapter specified as offline:offline by @marianogoldman in #31
- feat: worldConfiguration section with name is now mandatory by @marianogoldman in #36
- feat: on-chain dcl name validator by @marianogoldman in #37
- feat: comms authentication before returning fixedAdapter by @marianogoldman in #39
- Check signed-fetch metadata by @marianogoldman in #40
- feat: validate room id when returning comms adapter by @marianogoldman in #41
- feat: use world name as room id by @marianogoldman in #42
- feat: room prefix is configurable by @marianogoldman in #44
- chore: Standardization by @hugoArregui in #43
- feat: status endpoint includes comms section by @marianogoldman in #45
- Implement ADR-79 by @menduz in #46
- chore: Apache License by @marianogoldman in #47
- feat: add more info to status by @marianogoldman in #48
- fix: workflows by @marianogoldman in #50
- chore: validations to functions by @pedrotambo in #51
- feat: ACLs endpoints for authorizing other wallets to deploy a name by @marianogoldman in #49
- fix: cache metadata for very short period by @marianogoldman in #52
- feat: simplify output for scene deployment by @marianogoldman in #53
- feat: prevent the owner of a world from adding his own wallet to the ACL by @marianogoldman in #54
- refactor: naming convention unification (kebab-case) by @marianogoldman in #55
- chore: remove global /about endpoint by @marianogoldman in #56
- fix: check for adding ACL for owner needs to be case-insensitive by @marianogoldman in #57
- feat: allow storing a world acl without having a scene deployed first by @marianogoldman in #58
- fix: attempt to fix comms on world owner by @marianogoldman in #59
- feat: new validations for ACL timestamp by @marianogoldman in #63
- docs: update readme by @marianogoldman in #64
- feat: adequate scene URNs to ADR-207 by @marianogoldman in #79
- chore: use platform-actions by @hugoArregui in #80
- feat: support for miniMapConfig by @marianogoldman in #87
- feat: validate scene thumbnail by @marianogoldman in #89
- chore: meet adapter by @hugoArregui in #90
- fix: publisher identity by @marianogoldman in #91
- feat: add world name as participant name in the livekit token by @marianogoldman in #92
- chore: check for acl in meet adapter by @hugoArregui in #93
- fix: acl by @hugoArregui in #94
- chore: use alpine image by @hugoArregui in #95
- feat: world-indexer by @marianogoldman in #96
- fix: silently re-create the index when it doesn't exist by @marianogoldman in #99
- chore: reuse dockerfile by @hugoArregui in #98
- chore: auto-deploy to dev environment by @marianogoldman in #100
- fix: bug when scenes have no thumbnail by @marianogoldman in #101
- refactor: fetch data concurrently to speed up indexing by @marianogoldman in #102
- chore: bump catalyst client by @marianogoldman in #103
- chore: rebranding to dream space by @marianogoldman in #104
- chore: @types/node to node 18 by @marianogoldman in #105
- feat: support urls both with and without the
/world
prefix by @marianogoldman in #106 - chore: undo rebranding by @marianogoldman in #107
- chore: deploy releases to prod by @marianogoldman in #108
New Contributors
- @marianogoldman made their first contribution in #1
- @hugoArregui made their first contribution in #3
- @pentreathm made their first contribution in #10
- @menduz made their first contribution in #16
- @pedrotambo made their first contribution in #51
Full Changelog: https://github.com/decentraland/worlds-content-server/commits/0.1.0