Releases: platformatic/platformatic
Releases · platformatic/platformatic
v3.54.0
What's Changed
- feat(next): add standalone pack command by @mcollina in #4767
- fix(telemetry): pin @opentelemetry/* deps and group renovate updates by @mcollina in #4773
- fix(basic): exit worker when child dies from a signal by @mcollina in #4772
- fix: allow env var substitution for telemetry.diagLogger by @mcollina in #4770
Full Changelog: v3.53.0...v3.54.0
v3.53.0
What's Changed
- fix: restore main CI stability by @mcollina in #4757
- fix(db-authorization): harden role path traversal by @mcollina in #4755
- fix: revert dependencies moved from devDependencies by @mcollina in #4762
- runtime: add application restart metric by @mcollina in #4752
- feat(runtime): trace ITC messaging by @mcollina in #4756
- chore(deps): update dependency @babel/parser to v7.29.3 by @renovate[bot] in #4758
- chore(deps): update dependency fast-jwt to v6.2.4 by @renovate[bot] in #4759
- chore(deps): update dependency protobufjs to v7.5.6 by @renovate[bot] in #4761
- fix(deps): update dependency next to v16.2.3 [security] by @renovate[bot] in #4723
- chore(deps): lock file maintenance by @renovate[bot] in #4661
- feat(telemetry): add OpenTelemetry diag logger support by @mcollina in #4766
Full Changelog: v3.52.4...v3.53.0
v3.52.4
What's Changed
- fix(deps): update dependency @fastify/static to v9 [security] by @renovate[bot] in #4743
- fix: honor camelCase openapi ignore fields by @mcollina in #4736
- fix(runtime): collect health metrics in parallel and respawn on collection failure by @mcollina in #4749
- chore(deps): update dependency @fastify/static to v9.1.1 [security] by @renovate[bot] in #4750
- chore(deps): update astro monorepo by @renovate[bot] in #4751
- chore(deps): update dependency @fastify/static to v9.1.3 by @renovate[bot] in #4753
- chore(deps): update dependency isbot to v5.1.39 by @renovate[bot] in #4754
- chore(deps): update dependency fast-jwt to v6.2.3 by @renovate[bot] in #4725
Full Changelog: v3.52.3...v3.52.4
v3.53.0-alpha.0
What's Changed
- fix(deps): update dependency @fastify/static to v9 [security] by @renovate[bot] in #4743
- fix: honor camelCase openapi ignore fields by @mcollina in #4736
- fix(runtime): collect health metrics in parallel and respawn on collection failure by @mcollina in #4749
- chore(deps): update dependency @fastify/static to v9.1.1 [security] by @renovate[bot] in #4750
- chore(deps): update astro monorepo by @renovate[bot] in #4751
Full Changelog: v3.52.3...v3.53.0-alpha.0
v3.52.3
What's Changed
- chore(deps): update dependency protobufjs to v7.5.5 [security] by @renovate[bot] in #4744
- chore(deps): update astro monorepo by @renovate[bot] in #4745
- chore(deps): update dependency astro to v6.1.8 by @renovate[bot] in #4747
- chore(deps): update dependency ioredis to v5.10.1 by @renovate[bot] in #4746
- fix(runtime): read thread worker health from the worker handle, not via ITC by @mcollina in #4748
Full Changelog: v3.52.2...v3.52.3
v3.52.2
What's Changed
- feat: support database views as read-only entities by @mcollina in #4708
- chore(deps): update dependency astro to v6.1.6 by @renovate[bot] in #4724
- fix: correct allowBuilds YAML syntax in pnpm-workspace.yaml generation by @GiladShoham in #4733
- fix: correct --max-semi-space-size calculation for child processes by @mcollina in #4730
- fix: guard stopCommand against missing subprocess by @ivan-tymoshenko in #4741
- chore(deps): update dependency @fastify/express to v4.0.5 [security] by @renovate[bot] in #4737
- chore(deps): update dependency @fastify/http-proxy to v11.4.4 [security] by @renovate[bot] in #4738
- chore(deps): update dependency @fastify/middie to v9.3.2 [security] by @renovate[bot] in #4742
- chore(deps): update dependency @fastify/reply-from to v12.6.2 [security] by @renovate[bot] in #4739
- chore(deps): update dependency fastify to v5.8.5 [security] by @renovate[bot] in #4740
New Contributors
- @GiladShoham made their first contribution in #4733
Full Changelog: v3.52.1...v3.52.2
v3.52.1
v3.52.0
What's Changed
- chore: migrate
@platformatic/sql-graphqltype tests to TSTyche by @mrazauskas in #4719 - fix: do not force server.hostname to 127.0.0.1 when unset by @mcollina in #4720
Full Changelog: v3.51.0...v3.52.0
v3.51.0
What's Changed
- fix: move tstyche to dev dependencies by @mrazauskas in #4716
- feat: add
mqemittertypings toSQLEventsPluginOptionsby @mrazauskas in #4717 - chore(deps): update dependency fast-jwt to v6.2.1 [security] by @renovate[bot] in #4718
- fix: Allow custom socket paths. by @ShogunPanda in #4721
Full Changelog: v3.50.0...v3.51.0
v3.50.0
What's Changed
- fix(docs): reference root .env instead of non-existent web/db/.env in tutorial by @mcollina in #4699
- chore(deps): update dependency @types/node to v22.19.17 by @renovate[bot] in #4706
- chore(deps): update dependency fastify to v5.8.4 by @renovate[bot] in #4707
- fix: fix
platformatic/runtimetype declarations by @mrazauskas in #4704 - chore: migrate
platformatic/sql-openapitype tests to TSTyche by @mrazauskas in #4705 - chore(deps): update dependency @nestjs/core to v11.1.18 [security] by @renovate[bot] in #4709
- chore(deps): update dependency vite to v7.3.2 [security] by @renovate[bot] in #4710
- chore(deps): update dependency @fastify/http-proxy to v11.4.3 by @renovate[bot] in #4702
- chore(deps): update dependency fast-jwt to v6 [security] by @renovate[bot] in #4698
- fix: handle revalidate: false in Valkey cache handlers for static pages by @mcollina in #4713
- feat: Drop support for Astro 4.x and 5.x. by @ShogunPanda in #4714
- feat: Support custom process spawner. by @ShogunPanda in #4715
- feat(next): support Next.js "use cache: remote" directive by @Ic3b3rg in #4694
New Contributors
Full Changelog: v3.49.1...v3.50.0