Releases: decentraland/catalyst
Releases · decentraland/catalyst
Release list
4.1.0
What's Changed
- Remove current denylist implentation by @jmoguilevsky in #894
- chore: bump
@dcl/content-validatorversion to 1.0.1 by @guidota in #893 - Move success logs to info by @agusaldasoro in #903
- chore: bump simple-get from 2.8.1 to 2.8.2 by @dependabot in #904
- chore: bump @well-known-components/metrics from 1.1.2 to 1.1.3 by @dependabot in #905
- chore: bump @dcl/schemas from 3.7.0 to 3.8.0 by @dependabot in #910
- chore: bump @dcl/content-validator from 1.0.1 to 1.2.0 by @dependabot in #912
- chore: bump dcl-catalyst-commons from 7.2.2 to 7.3.0 by @dependabot in #911
- chore: bump follow-redirects from 1.14.3 to 1.14.8 by @dependabot in #918
- feat: sequential tasks port by @menduz in #913
- chore: bump karma from 6.3.4 to 6.3.14 by @dependabot in #919
- chore: bump @dcl/content-validator from 1.2.0 to 1.3.0 by @dependabot in #921
- New denylist by @jmoguilevsky in #920
- Rate limit when deploying any entity type by @agusaldasoro in #917
- feat: set content server as healthy only when it is Syncing by @juanscolari in #927
- Feat/add db queries observability by @pedrotambo in #922
- Remove from/to LocalTimestamp deprecated query params by @agusaldasoro in #924
- fix: revert readyToUse in health endpoint by @juanscolari in #932
- chore: use circleci convenience images by @guidota in #936
- chore: bump url-parse from 1.5.3 to 1.5.10 by @dependabot in #945
- refactor: use fs component in the rest of the components + move FileSystemContentStorage to functional component by @pedrotambo in #940
- fix: use headContent controller for HEAD contents endpoint by @juanscolari in #942
- feat: set status 503 when some service is unhealthy by @juanscolari in #941
- feat: add get active entities endpoint with request body (POST) by @guidota in #914
- chore: bump @dcl/schemas from 3.8.0 to 3.9.0 by @dependabot in #946
Full Changelog: 4.0.0...4.1.0
4.0.0
What's Changed
- chore: prevent race conditions and add logs by @menduz in #889
- fix: failed deployments report by @guidota in #890
- chore: bump @dcl/schemas from 3.6.0 to 3.7.0 by @dependabot in #891
- Modify get entities query to avoid unnecessary join by @agusaldasoro in #872
- Migrate folder structure by @jmoguilevsky in #888
Full Changelog: 3.2.1...4.0.0
3.2.1
What's Changed
- fix: identity query by @menduz in #862
- docs: add
DISABLE_SYNCHRONIZATIONdocs by @juanscolari in #869 - test: trying circleci parallelism with jest by @guidota in #850
- Remove deprecated CamelCase endpoints by @agusaldasoro in #873
- chore: bump @dcl/schemas from 3.4.1 to 3.5.0 by @dependabot in #870
- chore: bump log4js from 6.3.0 to 6.4.0 by @dependabot in #874
- chore: bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #875
- Publish docker tag only when tests passed by @agusaldasoro in #876
- chore: bump dcl-catalyst-commons from 7.2.1 to 7.2.2 by @dependabot in #880
- chore: reduce off chain refresh time by @juanscolari in #882
- feat: update error when failed deployment retry fails by @guidota in #877
- chore: bump @dcl/schemas from 3.5.0 to 3.6.0 by @dependabot in #885
- chore: normalize storage by @menduz in #883
- add logs and remove validations from tsx in deploy entity @agusaldasoro @menduz in #886
Full Changelog: 3.2.0...3.2.1
3.2.0
What's Changed
- Upgrade wkc interfaces to 1.1.1 by @jmoguilevsky in #839
- Chore: Added Contribution guidelines by @jmoguilevsky in #841
- update readme to have the latest code of conduct and contribution guide by @jmoguilevsky in #843
- chore: bump @dcl/schemas from 2.2.1 to 3.1.1 by @dependabot in #845
- chore: update snapshot fetcher by @menduz in #852
- test: replace Jasmine with Jest as the testing framework by @juanscolari in #847
- chore: bump engine.io from 4.1.1 to 4.1.2 by @dependabot in #858
- chore: lock
faker.jsversion on contentpackage.jsonby @juanscolari in #854 - fix: try to reduce memory overhead of bootstrapping by @menduz in #857
- chore: bump shelljs from 0.8.4 to 0.8.5 by @dependabot in #861
- chore: remove local and data folders by @guidota in #842
- chore: bump @dcl/schemas from 3.1.1 to 3.4.1 by @dependabot in #866
- lambdas: Fix exception handling by @agusaldasoro in #865
- chore: add extra error handler by @menduz in #867
- feat: integrate @dcl/content-validator lib by @guidota in #849
New Contributors
- @juanscolari made their first contribution in #847
Full Changelog: 3.1.1...3.2.0
3.1.1
What's Changed
- Store failed deployments in memory not in db by @agusaldasoro in #830
- fix: replace bad absolute imports with relative ones by @pedrotambo in #836
- Remove pg promise from get deployments by @jmoguilevsky in #835
- Increase query timeout to prevent startup failures by @jmoguilevsky in #840
New Contributors
- @pedrotambo made their first contribution in #836
Full Changelog: 3.1.0...3.1.1
3.1.0
This release includes the well known components refactor, drops the support for legacy entities deployment and minor fixes
What's Changed
- fix: filter approved wearables by @guidota in #805
- fix: legacy snapshots for content-migrator by @menduz in #814
- chore: re-enable bloom filter checks by @menduz in #815
- chore: add relevant information to logs by @menduz in #816
- chore(docs): update release steps in readme by @guidota in #806
- well-known-components by @menduz in #803
- chore: bump @types/react from 17.0.27 to 17.0.38 by @dependabot in #817
- chore: bump lint-staged from 11.2.0 to 12.1.4 by @dependabot in #819
- remove not used variable for snapshots generation by @agusaldasoro in #820
- refactor: use Entity type definition from catalyst-commons by @guidota in #825
- Remove support for deploying legacy entities by @agusaldasoro in #828
- Remove pg promise from pointer changes by @jmoguilevsky in #829
Full Changelog: 3.0.2...3.1.0
3.0.2
Bug fixing
- Add a migration to delete all failed deployments that don't include
auth_chain
3.0.1
Bug fixing
- Add version to
/statusendpoint to identify the current default version for entities deployment - Increased the rate limit for deploying profiles: deploy 300 profiles per minute per Catalyst
- Handle error when parsing an entity fails in
POST /content/entities - Add new metric and logging for failed deployments
3.0.0
BREAKING CHANGE:
- New sync: Synchronise deployments among catalyst using
/snapshots&/pointer-changesendpoints instead of/deployments. This is a huge improvement in scalability and performance.