Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-04-07 | 3.8 kB | |
v2.7 source code.tar.gz | 2025-04-07 | 367.9 kB | |
v2.7 source code.zip | 2025-04-07 | 539.4 kB | |
Totals: 3 Items | 911.1 kB | 0 |
What's Changed
- Configify: Offer a new public interface for DBOSConfig by @maxdml in https://github.com/dbos-inc/dbos-transact-ts/pull/800
- Check that DB Setting matches client request by @chuck-dbos in https://github.com/dbos-inc/dbos-transact-ts/pull/806
- Configify typed by @maxdml in https://github.com/dbos-inc/dbos-transact-ts/pull/807
- DBOS Client by @devhawk in https://github.com/dbos-inc/dbos-transact-ts/pull/805
- static async ctor for DBOS Client by @devhawk in https://github.com/dbos-inc/dbos-transact-ts/pull/809
- rename EnqueueOptions maxRetries -> maxRecoveryAttempts to match naming in WF Config by @devhawk in https://github.com/dbos-inc/dbos-transact-ts/pull/812
- Config poolsize and appdbconnecttimeout by @maxdml in https://github.com/dbos-inc/dbos-transact-ts/pull/811
- Step adminapi by @manojdbos in https://github.com/dbos-inc/dbos-transact-ts/pull/813
- Introspection by @kraftp in https://github.com/dbos-inc/dbos-transact-ts/pull/818
- Update tsconfig by @devhawk in https://github.com/dbos-inc/dbos-transact-ts/pull/821
- add jsdoc comments to DBOSClient by @devhawk in https://github.com/dbos-inc/dbos-transact-ts/pull/823
- Record get_result as a step by @kraftp in https://github.com/dbos-inc/dbos-transact-ts/pull/826
- List Steps Conductor by @kraftp in https://github.com/dbos-inc/dbos-transact-ts/pull/827
- InitContext becomes optional by @chuck-dbos in https://github.com/dbos-inc/dbos-transact-ts/pull/824
- Arg optional is entirely opt-in by @chuck-dbos in https://github.com/dbos-inc/dbos-transact-ts/pull/828
- update dbos client enqueue to return a wf handle and not include maxRecoveryAttempts in enqueue options by @devhawk in https://github.com/dbos-inc/dbos-transact-ts/pull/829
- Merge OTLP endpoints during overwrite + accept logs list by @maxdml in https://github.com/dbos-inc/dbos-transact-ts/pull/833
- First installment of JSDocs by @chuck-dbos in https://github.com/dbos-inc/dbos-transact-ts/pull/835
- db connect returns dbString + remove rollback and local commands by @maxdml in https://github.com/dbos-inc/dbos-transact-ts/pull/836
Bug fixes and improvements
- Don't warn when DBOS_DATABASE_URL is not defined on deploy by @apoliakov in https://github.com/dbos-inc/dbos-transact-ts/pull/808
- Remove TestingRuntime from debugger tests by @chuck-dbos in https://github.com/dbos-inc/dbos-transact-ts/pull/803
- remove sysdb checkWorkflowOutput by @devhawk in https://github.com/dbos-inc/dbos-transact-ts/pull/810
- add a tsconfig file to tests folder to share compiler settings with the rest of the code base by @devhawk in https://github.com/dbos-inc/dbos-transact-ts/pull/816
- Revert "add a tsconfig file to tests folder to share compiler settings with the rest of the code base" by @devhawk in https://github.com/dbos-inc/dbos-transact-ts/pull/817
- Implement ping pong with Conductor by @qianl15 in https://github.com/dbos-inc/dbos-transact-ts/pull/814
- Do not crash when unable to start the admin server by @maxdml in https://github.com/dbos-inc/dbos-transact-ts/pull/820
- Fix CLI handling of configuration + telemetry overwrite by @maxdml in https://github.com/dbos-inc/dbos-transact-ts/pull/822
- handle spaces in app name when building app db name by @maxdml in https://github.com/dbos-inc/dbos-transact-ts/pull/825
- Consolidate sysdb reset code by @maxdml in https://github.com/dbos-inc/dbos-transact-ts/pull/831
- Fix for handling error and output field for steps by @manojdbos in https://github.com/dbos-inc/dbos-transact-ts/pull/830
- warn users when a queue is constructed post DBOS launch by @maxdml in https://github.com/dbos-inc/dbos-transact-ts/pull/832
Full Changelog: https://github.com/dbos-inc/dbos-transact-ts/compare/v2.6...v2.7