Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-03 | 7.8 kB | |
v3.0.0 source code.tar.gz | 2025-09-03 | 9.3 MB | |
v3.0.0 source code.zip | 2025-09-03 | 11.0 MB | |
Totals: 3 Items | 20.3 MB | 0 |
What's Changed
- feat!: Drop compatibility with Node.js 20. by @ShogunPanda in https://github.com/platformatic/platformatic/pull/4105
- Make @platformatic/service a subclass of @platformatic/basic by @ShogunPanda in https://github.com/platformatic/platformatic/pull/4117
- Simplify clis by @ShogunPanda in https://github.com/platformatic/platformatic/pull/4121
- feat!: Remove @platformatic/config by @ShogunPanda in https://github.com/platformatic/platformatic/pull/4138
- feat: Remove ts-compiler. by @ShogunPanda in https://github.com/platformatic/platformatic/pull/4162
- feat(client cli): flip full req res options by @rozzilla in https://github.com/platformatic/platformatic/pull/4161
- feat!: Remove control CLI. by @ShogunPanda in https://github.com/platformatic/platformatic/pull/4168
- OTEL JS 2.x migration by @marcopiraccini in https://github.com/platformatic/platformatic/pull/4170
- feat!: Remove client support from @platformatic/service. by @ShogunPanda in https://github.com/platformatic/platformatic/pull/4167
- refactor(db): Update tests to use direct function calls instead of spawning processes by @mcollina in https://github.com/platformatic/platformatic/pull/4171
- feat!: Extract rpc and rpc-cli to their own repo. by @ShogunPanda in https://github.com/platformatic/platformatic/pull/4174
- feat!: Move client fastify plugin to a separate file. by @ShogunPanda in https://github.com/platformatic/platformatic/pull/4172
- feat!: Renamed utils to foundation. by @ShogunPanda in https://github.com/platformatic/platformatic/pull/4178
- chore: Add application property to service schema. by @ShogunPanda in https://github.com/platformatic/platformatic/pull/4180
- feat!: Remove runtime capabilities from client and client-cli. by @ShogunPanda in https://github.com/platformatic/platformatic/pull/4181
- feat!: Extract part of wattpm to wattpm-utils. Rename create-platformatic to create-wattpm. by @ShogunPanda in https://github.com/platformatic/platformatic/pull/4182
- fix: Fix flaky test by @ShogunPanda in https://github.com/platformatic/platformatic/pull/4190
- fix(node): allow boolean flags to be set to false in CLI by @tawseefnabi in https://github.com/platformatic/platformatic/pull/4188
- fix: composing dispatcher on every request by @gunjam in https://github.com/platformatic/platformatic/pull/4194
- feat!: Remove logs rolling. by @ShogunPanda in https://github.com/platformatic/platformatic/pull/4191
- feat: automated link validation for README files by @mcollina in https://github.com/platformatic/platformatic/pull/4198
- fix(deps): update opentelemetry-js monorepo by @renovate[bot] in https://github.com/platformatic/platformatic/pull/4203
- feat!: Rename stackables to capabilities. by @ShogunPanda in https://github.com/platformatic/platformatic/pull/4205
- chore: Test that management API is enabled by default. by @ShogunPanda in https://github.com/platformatic/platformatic/pull/4210
- feat!: Rename services to applications. by @ShogunPanda in https://github.com/platformatic/platformatic/pull/4208
- chore!: Migrate all packages to ESM. by @ShogunPanda in https://github.com/platformatic/platformatic/pull/4212
- feat!: Remove marketplace. by @ShogunPanda in https://github.com/platformatic/platformatic/pull/4209
- feat!: Removed borp in favor of node --test. by @ShogunPanda in https://github.com/platformatic/platformatic/pull/4213
- deps: update next deps by @ivan-tymoshenko in https://github.com/platformatic/platformatic/pull/4214
- fix missing primaryKeys prop on sql-mapper entity type definition by @albiper in https://github.com/platformatic/platformatic/pull/4215
- fix(deps): update dependency next to v15.5.0 by @renovate[bot] in https://github.com/platformatic/platformatic/pull/4189
- deps: revert opentelemetry deps by @ivan-tymoshenko in https://github.com/platformatic/platformatic/pull/4222
- chore(deps): update astro monorepo by @renovate[bot] in https://github.com/platformatic/platformatic/pull/4217
- chore(deps): update dependency eslint to v9.34.0 by @renovate[bot] in https://github.com/platformatic/platformatic/pull/4220
- chore(deps): update dependency tsd to ^0.33.0 by @renovate[bot] in https://github.com/platformatic/platformatic/pull/4221
- fix(deps): update dependency @scalar/fastify-api-reference to v1.34.4 by @renovate[bot] in https://github.com/platformatic/platformatic/pull/4216
- runtime: fail-fast validation for workers via PLT_WORKERS and targete… by @tawseefnabi in https://github.com/platformatic/platformatic/pull/4204
- test: fix runtime flaky test by @ivan-tymoshenko in https://github.com/platformatic/platformatic/pull/4223
- fix(globals): add missing utility type by @ilya-m32 in https://github.com/platformatic/platformatic/pull/4211
- chore(deps): update dependency @types/react to v19.1.11 by @renovate[bot] in https://github.com/platformatic/platformatic/pull/4202
- chore(deps): update actions/add-to-project digest to 4515659 by @renovate[bot] in https://github.com/platformatic/platformatic/pull/4200
- chore(deps): update actions/checkout digest to 08eba0b by @renovate[bot] in https://github.com/platformatic/platformatic/pull/4201
- Update runtime generator with correct node engine versions by @mcollina in https://github.com/platformatic/platformatic/pull/4175
- handle field querystring arg in entity POST api by @albiper in https://github.com/platformatic/platformatic/pull/4218
- feat!: Rename composer to gateway. by @ShogunPanda in https://github.com/platformatic/platformatic/pull/4224
- Add watt-pprof-capture package with auto-load in runtime by @Qard in https://github.com/platformatic/platformatic/pull/4197
- V3 alpha 2: remove client/client-cli in v3 by @marcopiraccini in https://github.com/platformatic/platformatic/pull/4228
- feat(runtime): add active_resources_event_loop metric by @rozzilla in https://github.com/platformatic/platformatic/pull/4230
- Fix location header if primary key not included in fields in POST apis by @albiper in https://github.com/platformatic/platformatic/pull/4225
- chore(deps): lock file maintenance by @renovate[bot] in https://github.com/platformatic/platformatic/pull/4146
- Add wattpm pprof commands by @Qard in https://github.com/platformatic/platformatic/pull/4231
- feat!: Start and stop applications in parallel. by @ShogunPanda in https://github.com/platformatic/platformatic/pull/4229
- Add docs and guides by @Qard in https://github.com/platformatic/platformatic/pull/4232
- feat: Add handleUnhandledErrors option. by @ShogunPanda in https://github.com/platformatic/platformatic/pull/4239
- fix: Consider application healthy if there is at least one worker. by @ShogunPanda in https://github.com/platformatic/platformatic/pull/4243
- fix: Correctly handle graceful shutdowns. by @ShogunPanda in https://github.com/platformatic/platformatic/pull/4242
- wattpm: correct warning when missing capture by @mcollina in https://github.com/platformatic/platformatic/pull/4246
- Platformatic 3 by @ShogunPanda in https://github.com/platformatic/platformatic/pull/4160
- chore(deps): lock file maintenance by @renovate[bot] in https://github.com/platformatic/platformatic/pull/4238
- Add missing @fastify/basic-auth by @mcollina in https://github.com/platformatic/platformatic/pull/4248
- feat: Support Vite 6 and 7, removes fastify-vite. by @ShogunPanda in https://github.com/platformatic/platformatic/pull/4250
- fix: Disable handled error mode in Next. by @ShogunPanda in https://github.com/platformatic/platformatic/pull/4251
New Contributors
- @tawseefnabi made their first contribution in https://github.com/platformatic/platformatic/pull/4188
- @ilya-m32 made their first contribution in https://github.com/platformatic/platformatic/pull/4211
Full Changelog: https://github.com/platformatic/platformatic/compare/v2.74.3...v3.0.0