8000 Tags · OddDotNet/OddDotNet · GitHub
[go: up one dir, main page]

Skip to content

Tags: OddDotNet/OddDotNet

Tags

v0.4.4

Toggle v0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[REFACTOR] Perf Improvements (#72)

* Updated caching structure to improve performance.
Updated NuGet packages.

* Updated to latest Lock type.

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CI]: Updated gitversion to fix breaking change. (#70)

Updated gitversion to fix breaking change.

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feature (Breaking Change): Implement Array and KvList Support (#65)

* Implemented ArrayValue and KvListValue support.

* Cleaning up.

* Updated switch expressions to remove warning.

* Bumping minor version due to breaking change.

* Pulled in proto changes.
Improved ArrayValue and KvListValue handling.

* Pulled in v0.4.0 of OddDotProto

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feature: Add LogRecord Support (#60)

* Add Log query support.

* Added files that were accidentally ignored.
Updated version.
Fixed a failing test.

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feature: Add Metrics (#57)

* Updating to prerelease proto branch.

* Refactor to support metrics.
In progress work on metric tests.

* Continued Metric implementation.

* Completed Metric Histogram.
Completed Metric Sum.

* Completed ExponentialHistogram.

* Completed Summary.
Completed InstrumentationScope.
Completed Resource.

* Updated traces to align with metrics.

* Updated tests.

* Addressed comments.
Deleted files no longer used.

* Bumping version to 0.2.0

* Removed dangling Gauge file.

* Pointed to OddDotProto v0.2.0

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feature: configurable cache expiration (#55)

* Added CacheCleanupBackgroundService.cs.
Added ODD_CACHE_EXPIRATION EnvVar.
ADDED ODD_CACHE_CLEANUP_INTERVAL EnvVar.

* Test updates.

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
BREAKING CHANGE: Refactor to use OTEL messages directly (#53)

* In-progress commit of proto updates.

* Added proto back in the submodule directory.

* Pulled in `OddDotProto` updates and refactored.

* BREAKING CHANGE: bumping version to 0.1.0 as still not v1.

v0.0.10

Toggle v0.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Enable Docker HEALTHCHECK (#49)

* Updated appsettings for http and grpc for healthcheck.
Updated Dockerfile to expose port 4318 and allow healthcheck.
Add controllers.
Configured grpc services to handle application/grpc.
Configured controllers to handle non-application/grpc.

* Updated dockerfile to fix a warning about ports.
Set launchsettings to use external url config.
Moved Swagger config to within the http section.
0