Skip to content

Tags: cognitedata/oryx

Tags

v6.0.4

Toggle v6.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use NuGET API token from GH environments (#165)

v6.0.2

Toggle v6.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add case-insensitive fallback for response header logging (#150)

* add case-insensitive fallback for response header logging

* formatting

* Update src/Logging.fs

Co-authored-by: Dag Brattli <dag.brattli@cognite.com>

* Simplify header logging

---------

Co-authored-by: Dag Brattli <dag.brattli@cognite.com>

v6.0.1

Toggle v6.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add license repo url (#149)

* Add more details to project file

* Remove license file

v6.0.0

Toggle v6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: Remove pipeline abstraction (#144)

* refactor: Remove pipeline abstraction

* Remove unnecessary code

* Move exception to core

* Formatting

* Cleanup code

* Update version

* Bump major version

v5.4.3

Toggle v5.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable strong name signing (#142)

* enable strong name signing

* pass solution directory as a parameter in the test script

v5.4.2

Toggle v5.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Process Log Format String for Logger Compatibility (#137)

* format string logger compatibility fix

* refactor

* discard unused argument

* set access to private on added properties

* use Interlocked.Increment for counter

v5.4.1

Toggle v5.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update build (#136)

Uses same pattern as the SDK, with the version number now contained in a
file. We need to do it this way, since tags are branches, and only
master is authorized to run in CD.

v5.3.3

Toggle v5.3.3's commit message
Fix FSharp.Core to 7

v5.4.0

Toggle v5.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix FSharp.Core to 7 (#131)

* Remove direct dependency on FSharp.Core

We have a transitive dependency on this, and the current setup causes a
package downgrade error in all downstream packages, requiring them all
to pick a version of FSharp.Core, which isn't great, especially as most
downstream packages aren't written in F#.

The error happens because FsToolkit.ErrorHandling depends on FSharp.Core
7.

This also needs to be changed in the SDK.

The alternative is to keep the dependency, but update it to 7.

* Fix FSharp version

v5.3.2

Toggle v5.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Specify nuget push (#130)