conduit_isolate_exec 4.3.8-dev.0 copy "conduit_isolate_exec: ^4.3.8-dev.0" to clipboard
conduit_isolate_exec: ^4.3.8-dev.0 copied to clipboard

This library contains types that allow for executing code in a spawned isolate, perhaps with additional imports.

4.3.8-dev.0 #

  • REFACTOR(postgres): BREAKING CHANGE major release for postgres driver. (d6bf1165)
  • FIX: Melos stuff (#199). (20bc466d)

4.3.7 #

  • REFACTOR: Remove common test. (cebcc417)

4.3.6 #

4.3.5 #

4.3.2 #

  • FIX: remove common_test from core. (94867de3)

4.2.2 #

4.2.1 #

  • REFACTOR: Bump min required dart version (#187). (0e870402)

4.2.0 #

  • FEAT: Replace ServiceRegistry with Finalizers (#185). (73208e92)

4.1.8 #

4.1.7 #

4.1.6 #

4.1.5 #

4.1.4 #

4.1.3 #

4.1.2 #

4.1.1 #

4.1.0 #

4.0.1 #

  • REFACTOR: Limit ci runs and uptick lint package (#160). (f8d1de60)

4.0.0 #

Note: This release has breaking changes.

  • BREAKING FEAT: Column naming snake-case (#153). (61e6ae77)

3.2.11 #

3.2.10 #

3.2.9 #

  • DOCS: Sort out licensing and contributors (#134). (1216ecf7)

3.2.8 #

  • REFACTOR: Apply standard lint analysis, refactor some nullables (#129). (17f71bbb)

3.2.7 #

  • REFACTOR: Run analyzer and fix lint issues, possible perf improvements (#128). (0675a4eb)

3.2.6 #

  • REFACTOR: Analyzer changes and publishing (#127). (034ceb59)

3.2.5 #

3.2.4 #

3.2.3 #

3.2.2 #

3.2.1 #

  • FIX: setup auto publishing pipeline format fixes. (e94d6fb7)

3.2.0 #

  • REFACTOR: use melos for mono-repo management. (125099c5)
  • FEAT: Works with latest version of dart (2.19), CI works, websockets fixed, melos tasks added:wq. (9e3d1a41)

3.1.1 #

  • REFACTOR: use melos for mono-repo management.

3.1.0 #

3.0.11 #

3.0.10 #

3.0.9 #

3.0.8 #

3.0.7 #

uptick version for multi release

3.0.5 #

Stable Conduit Release

2.0.0-b9 #

Fixed a bug with the conduit build command. We had left in dep overrides which should only be used for conduit internal dev.

2.0.0-b8 #

3rd attempt at first release.

2.0.0-b6 #

test_harness tests in parallel fixed the dbname argument on psql command. fixed the dependency overrides. check if docker-composed is installed before trying to stop it. corrected docker package name. test to diagnose problems converting columns Added check that we found conduit in the pub cache. Fix: #44 Updated the message when a user trys to re-purpose an existing column as a inverse relationship. Renamed cli_helper createProject to createTestProject to make its usage more obvious. Switch to using the critical_test package to run unit tests. used the paths package to simplify directory manipulation operations. Fixed issues with create_test.dart not running under vs-code. Primary change was to move the test projects out of the conduit project structure into /tmp Replaced all occurances of 'an conduit' with 'a conduit' Fixed a bug in the orElse handling of decodeOptional and added a unit test to excersise the failing path. Renamed private members to use _ prefix to facilitate human static analysis in serve.dart Updated the decode command so it works correctly with nnbd. The conduit command are reliant on testing for null on an optional command. The decode method had been changed to never return null so the tests could no longer function. We now have two decode version, decode and decodeOptional. The decode version does not return null the docodeOptional will return null. This structure also has the advantage of not deplicating the default values of @options which was previously required. The changes also improve the exception handling. We now throw a singular CmdCIException rather than the two or three different exceptions that were previously been thrown. I also took the opportunity to improve the error messages for some of the common paths. Updated to latest version of open_api and fixed nnbd issues as a result of changes in the open_api lib.

Changelog #

1.0.0-b1 #

  • Initial release
2
likes
0
pub points
30%
popularity

Publisher

verified publishertheconduit.dev

This library contains types that allow for executing code in a spawned isolate, perhaps with additional imports.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, glob, path

More

Packages that depend on conduit_isolate_exec