Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-04-22 | 2.6 kB | |
v2.8 source code.tar.gz | 2025-04-22 | 369.6 kB | |
v2.8 source code.zip | 2025-04-22 | 541.3 kB | |
Totals: 3 Items | 913.5 kB | 0 |
What's Changed
New Features
-
Use connection strings to configure user DB clients by @maxdml in https://github.com/dbos-inc/dbos-transact-ts/pull/849
-
Cloud CLI environment variables/secrets deletion command by @maxdml in https://github.com/dbos-inc/dbos-transact-ts/pull/845
-
Add dbos postgres start/stop CLI command to manage Docker-based Postgres servers by @maxdml in https://github.com/dbos-inc/dbos-transact-ts/pull/847
Deprecation Notice
We are moving away from dbos-config.yaml
file and deprecating separate database config fields. Instead, we recommend setting DBOSConfig
through DBOS.setConfig()
and databaseUrl
.
- Deprecate fields in JSON schema by @maxdml in https://github.com/dbos-inc/dbos-transact-ts/pull/863
Bug Fixes/Improvements
- improve Cloud CLI DB url description by @maxdml in https://github.com/dbos-inc/dbos-transact-ts/pull/839
- Remove buffers by @qianl15 in https://github.com/dbos-inc/dbos-transact-ts/pull/837
- TS JSDocs round 2 by @chuck-dbos in https://github.com/dbos-inc/dbos-transact-ts/pull/840
- Better Lifecycle Logging by @kraftp in https://github.com/dbos-inc/dbos-transact-ts/pull/842
- Delete unused file by @qianl15 in https://github.com/dbos-inc/dbos-transact-ts/pull/843
- Clean Up EventRec API by @chuck-dbos in https://github.com/dbos-inc/dbos-transact-ts/pull/846
- Add transactions to list steps by @manojdbos in https://github.com/dbos-inc/dbos-transact-ts/pull/844
- Update DBOS Compiler by @devhawk in https://github.com/dbos-inc/dbos-transact-ts/pull/848
- Better Conductor Error Message by @qianl15 in https://github.com/dbos-inc/dbos-transact-ts/pull/851
- Fix DB Connect by @kraftp in https://github.com/dbos-inc/dbos-transact-ts/pull/853
- Cleanup for SysDB: Operation outputs record by @chuck-dbos in https://github.com/dbos-inc/dbos-transact-ts/pull/850
- Upgrade Dependencies by @kraftp in https://github.com/dbos-inc/dbos-transact-ts/pull/857
- Prevent Koa middleware from being invoked multiple times by @lnrdgmz in https://github.com/dbos-inc/dbos-transact-ts/pull/854
- Backward compatibility for templates by @maxdml in https://github.com/dbos-inc/dbos-transact-ts/pull/860
- bump connect timeout to 10s by @maxdml in https://github.com/dbos-inc/dbos-transact-ts/pull/861
- remove warning by @maxdml in https://github.com/dbos-inc/dbos-transact-ts/pull/866
New Contributors
- @lnrdgmz made their first contribution in https://github.com/dbos-inc/dbos-transact-ts/pull/854
Full Changelog: https://github.com/dbos-inc/dbos-transact-ts/compare/v2.7...v2.8