-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release: 8.0.0 #73
Merged
Merged
Release: 8.0.0 #73
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* refactor: prefer IAsyncEnumerable<T> over Task<T[]> * Empty commit
* chore: mark expression methods as obsolete * chore: exclude obsolete methods from code coverage * feat: replacement abstractions 1. filter by the lease scope, label, or value 2. filter by the tag label or value 3. sort by the lease scope, label, or value 4. sort by the tag label or value 5. allow an options object to be attached to a query that will allow, among other things, specifying collation for sorting purposes (since value is string and you may want to sort by numeric value) * feat: implement new features in Common library * feat: implement new features in MongoDb library * refactor: update tests for new features and deprecations
(stop using obsolete method)
* refactor(test): allow each implementation to specify the exact TimeStamp it should expect to get back instead of checking all of the possibilities * feat: Postgres date time column supports microsecond precision * feat: postgres driver * refactor(test): use TestContainers package instead of docker-compose for local and other things for CI * refactor: use getter/setter, remove redundant null assignment * refactor: avoid magic constants * refactor: avoid magic constants * refactor: reduce number of params * refactor: appease codacy * refactor: de-duplicate json envelope logic * refactor: reduce duplication * refactor: reduce duplication? * refactor: reduce duplication * refactor: reduce duplication * refactor: reduce duplication * refactor: remove statics where not needed these classes are only instantiated once, so there's no performance issues with non-static * bugfix: wrong property name * refactor: remove redundant initialization * refactor: reduce duplication * refactor: implicit usings chops off a bunch of lines
the-avid-engineer
force-pushed
the
release/8.0.0
branch
from
August 7, 2022 05:02
bfa7e88
to
8e040b0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes #61
closes #63
closes #75
closes #77
closes #79