Releases: decentraland/worlds-content-server
Releases · decentraland/worlds-content-server
2.3.1
What's Changed
- fix: validation error message to make it valid json by @yanis7774 in #223
- fix: format by @marianogoldman in #227
- feat: make permissions column not nullable by @marianogoldman in #226
New Contributors
- @yanis7774 made their first contribution in #223
Full Changelog: 2.3.0...2.3.1
2.3.0
What's Changed
- feat: support deployment of ens names by @marianogoldman in #213
- chore: bump @dcl/schemas from 9.5.0 to 9.6.0 by @dependabot in #214
- chore: bump @dcl/catalyst-contracts from 4.1.0 to 4.2.0 by @dependabot in #215
- chore: bump @dcl/protocol from 1.0.0-5824184720.commit-b3b5ebf to 1.0.0-6200210039.commit-75f18e8 by @dependabot in #216
- feat: check ens owner on-chain by @marianogoldman in #217
- fix: handle contract invocations correctly by @marianogoldman in #220
- fix: store owner and deployment size in worlds db by @marianogoldman in #221
- fix: store default permissions when storing scene for the first time by @marianogoldman in #222
Full Changelog: 2.2.0...2.3.0
2.2.0
What's Changed
- feat: reject deployment of deny-listed names by @marianogoldman in #212
- chore: cleanup old data by @marianogoldman in #210
Full Changelog: 2.1.2...2.2.0
2.1.2
What's Changed
- fix: new migration-005 to fix migration-004 by @marianogoldman in #211
Full Changelog: 2.1.1...2.1.2
2.1.1
What's Changed
- chore: remove code for storing and reading name metadata from storage by @marianogoldman in #209
Full Changelog: 2.1.0...2.1.1
2.1.0
What's Changed
- feat: new permissions system by @marianogoldman in #197
Full Changelog: 2.0.1...2.1.0
2.0.1
What's Changed
- fix: deployment of worlds that have mixed case in the name or are very old by @marianogoldman in #206
Full Changelog: 2.0.0...2.0.1
2.0.0
Important
From now on, Worlds Content Server requires a Postgres DB.
What's Changed
- refactor: worlds-manager abstraction + tests by @marianogoldman in #200
- feat: add postgres DB to service by @marianogoldman in #199
- chore: bump @dcl/crypto from 3.4.3 to 3.4.5 by @dependabot in #203
- chore: bump @dcl/eslint-config from 1.1.9 to 1.1.12 by @dependabot in #204
- chore: bump @well-known-components/logger from 3.1.2 to 3.1.3 by @dependabot in #193
- chore: bump @dcl/platform-crypto-middleware from 1.0.1 to 1.0.2 by @dependabot in #192
- fix: migration handles the case of worlds with acl defined but no scene deployed by @marianogoldman in #205
Full Changelog: 1.1.4...2.0.0
1.1.4
What's Changed
- chore: bump @dcl/protocol from 1.0.0-5623934099.commit-07e0626 to 1.0.0-5716101271.commit-c36ca28 by @dependabot in #175
- chore: bump @dcl/catalyst-storage from 2.0.4 to 4.0.0 by @dependabot in #178
- chore: bump @dcl/schemas from 8.2.2 to 9.0.0 by @dependabot in #179
- feat: check names in name deny list by @marianogoldman in #180
- chore: merge multiple dependabot PRs by @github-actions in #187
- chore: bump @dcl/protocol from 1.0.0-5752058730.commit-921fc5d to 1.0.0-5812097343.commit-8025576 by @dependabot in #188
- refactor: use dcl-lists for name deny list checks by @marianogoldman in #186
- chore: bump @dcl/catalyst-contracts from 4.0.6 to 4.1.0 by @dependabot in #189
- chore: bump @dcl/protocol from 1.0.0-5812097343.commit-8025576 to 1.0.0-5824184720.commit-b3b5ebf by @dependabot in #190
Full Changelog: 1.1.3...1.1.4
1.1.3
chore: remove meet handler, add url to cast handler (#174)