-
Notifications
You must be signed in to change notification settings - Fork 14
What's new
Brian Postlethwaite edited this page Oct 18, 2021
·
13 revisions
Package | Version | Notes |
---|---|---|
Support | 1.9.1-beta1, 3.6.0-beta1 | Implementation of Batch request processing and also moving some common extension methods from the Owin/Aspnetcore project |
AspNetCore | 1.9.1-beta2, 3.6.0-beta1 | Remove functions moved into the support package, support operations to take in raw resource and convert to wrap in parameters resource for processing |
Owin | 1.9.1-beta4, 3.6.0-beta1 | Remove functions moved into the support package, support operations to take in raw resource and convert to wrap in parameters resource for processing |
DemoFileSystemServer | 1.9.2-beta1, 3.6.0-beta1 | inclusion of POC search indexer (in memory processing) |
DemoSqliteServer | 1.9.1-beta3, 3.6.0-beta1 | Initial POC of the demonstration Sqlite FHIR Facade, for testing in XAMARIN style projects |
Note: The 3.6.0-beta1 packages are the same as the 1.9.0/1.9.1 packages except referencing the fhir-net-api 3.6.0 packages.
1.9.1-beta3
- Cancellation Token support
1.9.1-beta2 Minor bug fixes
- Changed the namespace of quite a few classes
- Fixed the DELETE handling (specifically in search results and history results)
- Fixed the ordering of history results
1.9.1-beta1 Initial POC implementation of sqlite storage facade