Skip to content

Commit

Permalink
Update CHANGELOG.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
Bataran committed Apr 18, 2024
1 parent a4ea255 commit e63657b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@

# Go workspace file
go.work

# IDE
.idea
24 changes: 24 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## 1.289.1 (2024-04-18)

### Fixes

* Update vulnerable dependencies (as a precaution):
* golang.org/x/sys to version 0.1.0.
* gopkg.in/yaml.v3 to version 3.0.0.
* google.golang.org/protobuf to version 1.33.0.

### Features

* Update go version to 1.17

## 1.279.1 (2023-12-21)

### Features

* Update default location for GCF config file to `./serverless_function_source_code/dtconfig.json`
* Allow specifying config path via DT_CONFIG_FILE_PATH env variable
* Improve reliability when sending large traces
* Update semantic constants
* Add pseudo resource attribute propagation
* Export encoded link ID

## 1.267.1 (2023-05-11)

### Fixes
Expand Down

0 comments on commit e63657b

Please sign in to comment.