Skip to content
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

Update CHANGELOG.MD #42

Merged
merged 1 commit into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Bataran marked this conversation as resolved.
Show resolved Hide resolved

* 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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This & the next 2 points don't really mean anything to users, most of them are internal improvements for compatibility with future server-side features.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we also put changes useful for developers only

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are only useful for developers at Dynatrace, not outside developers, or do I misunderstand something?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but I don't think we'll have many (if any) external contributors here.

* Add pseudo resource attribute propagation
* Export encoded link ID

## 1.267.1 (2023-05-11)

### Fixes
Expand Down
Loading