v2.2.0
·
60 commits
to main
since this release
2.2.0 (2025-05-13)
Features
- The value of
service_endpoints
now defaults to "private" (was previously "public-and-private"). This means when updating to this version from a previous version, the instance will be updated in place and public endpoint access will be removed. If public access is still required, ensure to explicitly set threservice_endpoints
to either "public" or "public-and-private" (#449) (fdb5b5f)