Skip to content

Latest commit

 

History

History
37 lines (16 loc) · 724 Bytes

CHANGELOG.md

File metadata and controls

37 lines (16 loc) · 724 Bytes

Change Log

[1.0.5] - 06.16.2024

  • [Feature] Added FastDBOptions.GenerateFIleNameCreationFunction. This Action allows for transformation of autogenerated database filenames. [Fix] Resolved threading issues related to concurent collection creation.
  • [Fix] Resolved compression threading issue associated with concurrent synchronous writes.

[1.0.4] - 06.13.2024

  • [Feature] Added dictionary enumerator to FastDB typed collections.
  • [Feature] Added RemoveBulk asynchronous method.

[1.0.2] - 04.24.2024

  • [Feature] Commented public interfaces.

[1.0.1] - 04.23.2024

  • [Feature] Added buffer pooling.
  • pFeature] Added feature-level unit tests.

[1.0.0] - 04.22.2024

  • Initial commit