bento
bento copied to clipboard
Bump the production-dependencies group across 1 directory with 82 updates
Bumps the production-dependencies group with 60 updates in the / directory:
Updates cloud.google.com/go/bigquery
from 1.59.1 to 1.62.0
Commits
01df6e1
chore(main): release spanner 1.62.0 (#10073)8e675cd
fix(spanner): Add ARRAY keywords to keywords (#10079)db8216e
feat(pubsub/pstest): add support to register other servers into grpc.Server (...292e812
docs(maps/fleetengine): mark TerminalPointId as deprecated (#10130)0e6413d
feat(bigtable): Add ignore_warnings flag to SetGcPolicy (#9372)2d34bf3
chore(all): update deps (#10156)7371665
test(pubsub): make error checking of receive less brittle (#10165)fa3bfdb
fix(auth): handle non-Transport DefaultTransport (#10162)1320d7d
chore(main): release vertexai 0.9.0 (#10163)b452014
chore(vertexai): skip tests that check blocked inputs for model (#10152)- Additional commits viewable in compare view
Updates cloud.google.com/go/pubsub
from 1.36.1 to 1.40.0
Commits
b3a2cd2
chore(main): release pubsub 1.40.0 (#10407)a3d70ed
feat(pubsub): add client ID to initial streaming pull request (#10436)b76b4ee
chore(telcoautomation): release v1.0.0 (#10448)c8b65e4
chore(securitycentermanagement): release v1.0.0 (#10447)752601c
chore(securesourcemanager): release v1.0.0 (#10446)1cf83a8
chore(edgenetwork): release v1.0.0 (#10445)4f2cc2b
chore(cloudquotas): release v1.0.0 (#10444)2980bd1
chore(cloudcontrolspartner): release v1.0.0 (#10443)5e4167f
chore(backupdr): release v1.0.0 (#10442)b829327
feat(bigquery): support column name character map in load jobs (#10425)- Additional commits viewable in compare view
Updates cloud.google.com/go/storage
from 1.37.0 to 1.42.0
Commits
95ae207
chore(main): release pubsub 1.42.0 (#10656)bbd3366
feat(pubsub): add opentelemetry tracing support (#10709)106174a
chore(apihub): add config to generate apiv1 (#10701)2b7a912
chore(main): release auth 0.9.0 (#10693)d0b3890
chore: update issue template (#10695)48eb295
chore(main): release spanner 1.67.0 (#10657)bf9595e
vertexai: import go-sentencepiece to internal (#10689)5250a13
feat(auth): auth library can talk to S2A over mTLS (#10634)b02a9a1
chore: update readme about version support (#10691)b32cb37
feat(texttospeech): A new methodStreamingSynthesize
is added to service `T...- Additional commits viewable in compare view
Updates cuelang.org/go
from 0.7.0 to 0.10.0
Updates github.com/Azure/azure-sdk-for-go/sdk/azcore
from 1.9.2 to 1.14.0
Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.
sdk/azcore/v1.14.0
1.14.0 (2024-08-07)
Features Added
- Added field
Attributes
toruntime.StartSpanOptions
to simplify creating spans with attributes.Other Changes
- Include the HTTP verb and URL in
log.EventRetryPolicy
log entries so it's clear which operation is being retried.sdk/azcore/v1.13.0
1.13.0 (2024-07-16)
Features Added
- Added runtime.NewRequestFromRequest(), allowing for a policy.Request to be created from an existing *http.Request.
sdk/azcore/v1.12.0
1.12.0 (2024-06-06)
Features Added
- Added field
StatusCodes
toruntime.FetcherForNextLinkOptions
allowing for additional HTTP status codes indicating success.- Added func
NewUUID
to theruntime
package for generating UUIDs.Bugs Fixed
- Fixed an issue that prevented pollers using the
Operation-Location
strategy from unmarshaling the final result in some cases.Other Changes
- Updated dependencies.
sdk/internal/v1.10.0
1.10.0 (2024-07-16)
Features Added
test/credential.New
supports federated authentication in Azure Pipelines
Commits
0495c20
Prep azcore 1.14.0 for release (#23293)217edee
fix(generator tool): filter tsp-client diagnostics log (#23292)023c88f
Increment package version after release of azidentity (#23290)17f3361
Sync eng/common directory with azure-sdk-tools for PR 8760 (#23271)f5f3234
bump proxy to one with an audit log and more correct locking (#23288)d707091
Prepare azidentity v1.8.0-beta.2 for release (#23289)84d213c
NewManagedIdentityCredential returns an error for unsupported ID options (#23...ea67e9c
azcontainerregistry: move method to function (#23270)40dad0a
fix (#23287)a368082
fix generator tool: ExecuteGoGenerate func (#23286)- Additional commits viewable in compare view
Updates github.com/Azure/azure-sdk-for-go/sdk/azidentity
from 1.5.1 to 1.7.0
Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases.
sdk/azidentity/v1.7.0
1.7.0 (2024-06-20)
Features Added
AzurePipelinesCredential
authenticates an Azure Pipelines service connection with workload identity federationBreaking Changes
These changes affect only code written against a beta version such as v1.7.0-beta.1
- Removed the persistent token caching API. It will return in v1.8.0-beta.1
sdk/azidentity/v1.7.0-beta.1
1.7.0-beta.1 (2024-06-10)
Features Added
- Restored
AzurePipelinesCredential
and persistent token caching APIBreaking Changes
These changes affect only code written against a beta version such as v1.6.0-beta.4
- Values which
NewAzurePipelinesCredential
read from environment variables in prior versions are now parameters- Renamed
AzurePipelinesServiceConnectionCredentialOptions
toAzurePipelinesCredentialOptions
Bugs Fixed
- Managed identity bug fixes
sdk/azidentity/v1.6.0
1.6.0 (2024-06-10)
Features Added
NewOnBehalfOfCredentialWithClientAssertions
creates an on-behalf-of credential that authenticates with client assertions such as federated credentialsBreaking Changes
These changes affect only code written against a beta version such as v1.6.0-beta.4
- Removed
AzurePipelinesCredential
and the persistent token caching API. They will return in v1.7.0-beta.1Bugs Fixed
- Managed identity bug fixes
sdk/resourcemanager/storage/armstorage/v1.6.0
1.6.0 (2024-06-28)
Features Added
- New value
AccessTierCold
added to enum typeAccessTier
- New value
ExpirationActionBlock
added to enum typeExpirationAction
- New value
MinimumTLSVersionTLS13
added to enum typeMinimumTLSVersion
- New value
ProvisioningStateCanceled
,ProvisioningStateDeleting
,ProvisioningStateFailed
,ProvisioningStateValidateSubscriptionQuotaBegin
,ProvisioningStateValidateSubscriptionQuotaEnd
added to enum typeProvisioningState
- New value
PublicNetworkAccessSecuredByPerimeter
added to enum typePublicNetworkAccess
... (truncated)
Commits
624baba
bump azcore version numberce7217c
Prep for azcore v1.7.0 release (#21149)62a8079
Add support for shallow cloning azcore.Client instances (#21065) (#21098)47286b0
Add flag to enable skipping of dependency checks (#21146)ee762d4
Fix populating module name in telemetry policy (#20967) (#20971)0243175
Prep azcore v1.6.1 for release (#20961)9c9d62a
Increment package version after release of azcore (#20740)36f766d
add sdk/resourcemanager/cosmos/armcosmos live test (#20705)c005ed6
sdk/resourcemanager/network/armnetwork live test (#20331)5fa7df4
add sdk/resourcemanager/compute/armcompute live test (#20048)- Additional commits viewable in compare view
Updates github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos
from 0.3.6 to 1.1.0
Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos's releases.
sdk/monitor/query/azmetrics/v1.1.0
1.1.0 (2024-06-12)
Features Added
- Added sovereign cloud support
sdk/data/azcosmos/v1.1.0
1.1.0 (2024-09-10)
Features Added
- Added support for OpenTelemetry trace spans. See PR 23268
- Added support for MaxIntegratedCacheStaleness option See PR 23406
Bugs Fixed
- Fixed sending
Prefer
header withreturn=minimal
value on metadata operations. See PR 23335- Fixed routing metadata requests to satellite regions when using ClientOptions.PreferredRegions and multiple write region accounts. See PR 23339
sdk/resourcemanager/servicenetworking/armservicenetworking/v1.1.0-beta.1
1.1.0-beta.1 (2024-08-23)
Features Added
- New enum type
PolicyType
with valuesPolicyTypeWAF
- New function
*ClientFactory.NewSecurityPoliciesInterfaceClient() *SecurityPoliciesInterfaceClient
- New function
NewSecurityPoliciesInterfaceClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SecurityPoliciesInterfaceClient, error)
- New function
*SecurityPoliciesInterfaceClient.BeginCreateOrUpdate(context.Context, string, string, string, SecurityPolicy, *SecurityPoliciesInterfaceClientBeginCreateOrUpdateOptions) (*runtime.Poller[SecurityPoliciesInterfaceClientCreateOrUpdateResponse], error)
- New function
*SecurityPoliciesInterfaceClient.BeginDelete(context.Context, string, string, string, *SecurityPoliciesInterfaceClientBeginDeleteOptions) (*runtime.Poller[SecurityPoliciesInterfaceClientDeleteResponse], error)
- New function
*SecurityPoliciesInterfaceClient.Get(context.Context, string, string, string, *SecurityPoliciesInterfaceClientGetOptions) (SecurityPoliciesInterfaceClientGetResponse, error)
- New function
*SecurityPoliciesInterfaceClient.NewListByTrafficControllerPager(string, string, *SecurityPoliciesInterfaceClientListByTrafficControllerOptions) *runtime.Pager[SecurityPoliciesInterfaceClientListByTrafficControllerResponse]
- New function
*SecurityPoliciesInterfaceClient.Update(context.Context, string, string, string, SecurityPolicyUpdate, *SecurityPoliciesInterfaceClientUpdateOptions) (SecurityPoliciesInterfaceClientUpdateResponse, error)
- New struct
SecurityPolicy
- New struct
SecurityPolicyConfigurations
- New struct
SecurityPolicyConfigurationsUpdate
- New struct
SecurityPolicyListResult
- New struct
SecurityPolicyProperties
- New struct
SecurityPolicyUpdate
- New struct
SecurityPolicyUpdateProperties
- New struct
TrafficControllerUpdateProperties
- New struct
WafPolicy
- New struct
WafPolicyUpdate
- New struct
WafSecurityPolicy
- New struct
WafSecurityPolicyUpdate
- New field
SecurityPolicies
,SecurityPolicyConfigurations
in structTrafficControllerProperties
- New field
Properties
in structTrafficControllerUpdate
sdk/data/azcosmos/v1.0.3
1.0.3 (2024-06-17)
Bugs Fixed
- Fixed data race on clientRetryPolicy. See PR 23061
... (truncated)
Commits
8a1a75e
Merge remote-tracking branch 'origin/dev'c25453f
Refactored and fixed few bugs7daeb26
Merge pull request #1 from bfirsh/gofmt1aa8e81
Tidy up with gofmt9907835
Update README.mdb2a95a7
Add License.1988e0c
Aded DeleteDisk method72aed89
Added CheckHostedServiceNameAvailability method, fixed minor bugs84da83b
Update README.md2edf9b0
Added parameters validation- Additional commits viewable in compare view
Updates github.com/Azure/azure-sdk-for-go/sdk/data/aztables
from 1.1.0 to 1.2.0
Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/data/aztables's releases.
sdk/resourcemanager/containerservicefleet/armcontainerservicefleet/v1.2.0
1.2.0 (2024-05-24)
Features Added
- New value
ManagedClusterUpgradeTypeControlPlaneOnly
added to enum typeManagedClusterUpgradeType
- New enum type
TargetType
with valuesTargetTypeAfterStageWait
,TargetTypeGroup
,TargetTypeMember
,TargetTypeStage
- New function
*UpdateRunsClient.BeginSkip(context.Context, string, string, string, SkipProperties, *UpdateRunsClientBeginSkipOptions) (*runtime.Poller[UpdateRunsClientSkipResponse], error)
- New struct
APIServerAccessProfile
- New struct
AgentProfile
- New struct
FleetHubProfile
- New struct
SkipProperties
- New struct
SkipTarget
- New field
HubProfile
in structFleetProperties
sdk/storage/azdatalake/v1.2.0
1.2.0 (2024-07-19)
Other Changes
- Updated
azblob
version to1.4.0
- Updated
azcore
version to1.13.0
sdk/data/azappconfig/v1.2.0-beta.1
1.2.0-beta.1 (2024-06-11)
Features Added
- Support ETag-per-page
- Added field
MatchConditions
toListSettingsOptions
which allows specifying request conditions when iterating over pages of settings.- Added field
ETag
toListSettingsPageResponse
which contains the ETag for a page of configuration settings.Other Changes
- Updated dependencies.
sdk/storage/azdatalake/v1.2.0-beta.1
1.2.0-beta.1 (2024-06-14)
Features Added
- Added ACL response headers in GetBlobProperties API for Files.
- Updated service version to
2024-05-04
Other Changes
- Updated
azidentity
version to1.6.0
- Updated
azcore
version to1.12.0
- Updated
azblob
version tov1.4.0-beta.1
sdk/storage/azdatalake/v1.1.3
1.1.3 (2024-06-13)
Bugs Fixed
- Fixed an issue where blob etag casing is different in the Path List API Spec is different from backend. Fixes #29233
Commits
0fbd371
Merge pull request #33 from jen20/virtual-network-clientc95e423
Add a client for Virtual Network managementaf6985d
Merge pull request #35 from ahmetalpbalkan/CreateBlockBlobc99fb1d
make block.Size int64, add CreateBlockBlob9abf8bf
Merge pull request #28 from jen20/private-error-messagesc1f7c85
Merge pull request #24 from jf/codetweaks0d03132
Merge pull request #19 from jf/master24f03c1
Merge pull request #32 from jf/clean-currentTimeRfc1123Formatted30c4704
util.go: remove unused dateLayout from currentTimeRfc1123Formatted()acc54a2
Merge pull request #29 from jen20/location-concatenation- Additional commits viewable in compare view
Updates github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
from 1.2.1 to 1.4.0
Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/storage/azblob's releases.
sdk/storage/azblob/v1.4.0
1.4.0 (2024-07-18)
Other Changes
- GetProperties() was called twice in DownloadFile method. Enhanced to call it only once, reducing latency.
- Updated
azcore
version to1.13.0
sdk/resourcemanager/search/armsearch/v1.4.0-beta.2
1.4.0-beta.2 (2024-06-21)
Features Added
- New value
SearchBypassAzureServices
added to enum typeSearchBypass
sdk/resourcemanager/maintenance/armmaintenance/v1.4.0-beta.1
1.4.0-beta.1 (2024-05-24)
Features Added
- New value
UpdateStatusCancel
,UpdateStatusCancelled
,UpdateStatusNoUpdatesPending
added to enum typeUpdateStatus
- New function
*ApplyUpdatesClient.CreateOrUpdateOrCancel(context.Context, string, string, string, string, string, ApplyUpdate, *ApplyUpdatesClientCreateOrUpdateOrCancelOptions) (ApplyUpdatesClientCreateOrUpdateOrCancelResponse, error)
- New function
*ClientFactory.NewScheduledEventClient() *ScheduledEventClient
- New function
NewScheduledEventClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ScheduledEventClient, error)
- New function
*ScheduledEventClient.Acknowledge(context.Context, string, string, string, string, *ScheduledEventClientAcknowledgeOptions) (ScheduledEventClientAcknowledgeResponse, error)
- New struct
ScheduledEventApproveResponse
sdk/storage/azblob/v1.4.0-beta.1
1.4.0-beta.1 (2024-06-14)
Features Added
- Updated service version to
2024-05-04
.Other Changes
- Updated
azidentity
version to1.6.0
- Updated
azcore
version to1.12.0
sdk/storage/azfile/v1.3.1-beta.1
1.3.1-beta.1 (2024-08-27)
Features Added
- Snapshot management support via REST for NFS shares.
- Upgraded service version to
2024-08-04
.Other Changes
- Updated
azcore
version to1.14.0
sdk/storage/azfile/v1.3.0
1.3.0 (2024-07-18)
Other Changes
- GetProperties() was called twice in DownloadFile method. Enhanced to call it only once, reducing latency.
- Updated
azcore
version to1.13.0
... (truncated)
Commits
988beb5
Prepare azcore v1.4.0 for release (#20310)a698b9b
Sync eng/common directory with azure-sdk-tools for PR 5540 (#20309)834001a
update proxy version to include Info/Active against individual sessions + all...330be67
[Release] sdk/resourcemanager/voiceservices/armvoiceservices/0.1.0 generation...80187b3
[azeventhubs] Client identifier support (#20045)2877174
Some minor refactoring of azcore (#20291)dae8ab4
add changelog for Azure/azure-sdk-for-go#20009 (#20049)29ba214
AddClone()
method forarm/policy.ClientOptions
(#20288)15aa35d
Sync eng/common directory with azure-sdk-tools for PR 5568 (#20290)09b540e
[Release] sdk/resourcemanager/cosmos/armcosmos/2.2.0 (#20018)- Additional commits viewable in compare view
Updates github.com/Azure/go-amqp
from 1.0.4 to 1.1.0
Release notes
Sourced from github.com/Azure/go-amqp's releases.
v1.1.0
Features Added
- Allow for errors.As() to see the underlying AMQP error by (PR#329)
v1.0.5
Bugs Fixed
- Fixed an issue that could cause delays when parsing small frames.
Changelog
Sourced from github.com/Azure/go-amqp's changelog.
1.1.0 (2024-08-20)
Features Added
- ConnError, SessionError and LinkError now work with errors.As(), making it easier to write generalized error handling code that wants to deal with *amqp.Error's.
1.0.5 (2024-03-04)
Bugs Fixed
- Fixed an issue that could cause delays when parsing small frames.
Commits
58e8fd8
Allow for errors.As() to see the underlying AMQP error (#329)1003610
Add fake.NetConnOptions (#324)8d8ce79
Fake can split up response frames into chunks (#323)2dff4b3
Clean up some unused test variables (#321)24969a1
Update CI (#322)a819335
Fixing a bug where we were bottlenecking on frames that had bodies smaller th...- See full diff in compare view
Updates github.com/ClickHouse/clickhouse-go/v2
from 2.21.1 to 2.28.3
Release notes
Sourced from github.com/ClickHouse/clickhouse-go/v2's releases.
v2.28.3
What's Changed
Other Changes 🛠
- Revert the minimum required Go version to 1.21 by
@jkaflik
in ClickHouse/clickhouse-go#1405Full Changelog: https://github.com/ClickHouse/clickhouse-go/compare/v2.28.2...v2.28.3
v2.28.2
What's Changed
Fixes 🐛
- Validate connection in bad state before query execution in the stdlib database/sql driver by
@jkaflik
in ClickHouse/clickhouse-go#1396Other Changes 🛠
- Update README with newer Go versions by
@jkaflik
in ClickHouse/clickhouse-go#1393Full Changelog: https://github.com/ClickHouse/clickhouse-go/compare/v2.28.1...v2.28.2
v2.28.1
What's Changed
Fixes 🐛
- Recognize empty strings as a valid enum key by
@genzgd
in ClickHouse/clickhouse-go#1387Other Changes 🛠
- ClickHouse 24.8 by
@jkaflik
in ClickHouse/clickhouse-go#1385Full Changelog: https://github.com/ClickHouse/clickhouse-go/compare/v2.28.0...v2.28.1
v2.28.0
What's Changed
Fixes 🐛
- Fix Enum column definition parse logic to match ClickHouse spec by
@jkaflik
in ClickHouse/clickhouse-go#1380- Fix support custom serialization in Nested type by
@jkaflik
in ClickHouse/clickhouse-go#1381- Fix panic on nil map append by
@jkaflik
in ClickHouse/clickhouse-go#1383Other Changes 🛠
- Remove test coverage for deprecated Object('JSON') type by
@jkaflik
in ClickHouse/clickhouse-go#1377- Remove JSON type use from a context use example by
@jkaflik
in ClickHouse/clickhouse-go#1379- Make sure non-secure port is used during readiness check by
@jkaflik
in ClickHouse/clickhouse-go#1382- Deprecate Go 1.21 ended support and require Go 1.22 by
@jkaflik
in ClickHouse/clickhouse-go#1378Full Changelog: https://github.com/ClickHouse/clickhouse-go/compare/v2.27.2...v2.28.0
... (truncated)
Changelog
Sourced from github.com/ClickHouse/clickhouse-go/v2's changelog.
v2.28.3, 2024-09-12
What's Changed
Other Changes 🛠
- Revert the minimum required Go version to 1.21 by
@jkaflik
in ClickHouse/clickhouse-go#1405Full Changelog: https://github.com/ClickHouse/clickhouse-go/compare/v2.28.2...v2.28.3
v2.28.2, 2024-08-30
What's Changed
Fixes 🐛
- Validate connection in bad state before query execution in the stdlib database/sql driver by
@jkaflik
in ClickHouse/clickhouse-go#1396Other Changes 🛠
- Update README with newer Go versions by
@jkaflik
in ClickHouse/clickhouse-go#1393Full Changelog: https://github.com/ClickHouse/clickhouse-go/compare/v2.28.1...v2.28.2
v2.28.1, 2024-08-27
What's Changed
Fixes 🐛
- Recognize empty strings as a valid enum key by
@genzgd
in ClickHouse/clickhouse-go#1387Other Changes 🛠
- ClickHouse 24.8 by
@jkaflik
in ClickHouse/clickhouse-go#1385Full Changelog: https://github.com/ClickHouse/clickhouse-go/compare/v2.28.0...v2.28.1
v2.28.0, 2024-08-23
What's Changed
Fixes 🐛
- Fix Enum column definition parse logic to match ClickHouse spec by
@jkaflik
in ClickHouse/clickhouse-go#1380- Fix support custom serialization in Nested type by
@jkaflik
in ClickHouse/clickhouse-go#1381- Fix panic on nil map append by
@jkaflik
in ClickHouse/clickhouse-go#1383Other Changes 🛠
- Remove test coverage for deprecated Object('JSON') type by
@jkaflik
in ClickHouse/clickhouse-go#1377- Remove JSON type use from a context use example by
@jkaflik
in ClickHouse/clickhouse-go#1379- Make sure non-secure port is used during readiness check by
@jkaflik
in ClickHouse/clickhouse-go#1382- Deprecate Go 1.21 ended support and require Go 1.22 by
@jkaflik
in ClickHouse/clickhouse-go#1378Full Changelog: https://github.com/ClickHouse/clickhouse-go/compare/v2.27.2...v2.28.0
v2.27.2, 2024-08-20
What's Changed
... (truncated)
Commits
877aa63
Update release notesf998d8f
Revert the minimum required Go version to 1.21 (#1405)b352f6e
Update release notes3e777af
Validate connection in bad state before query execution in the stdlib databas...2bd4c82
Update README with newer Go versions (#1393)25b8902
Bump github.com/docker/docker (#1390)4dd22ff
Update release notesdac3fdc
Merge pull request #1387 from ClickHouse/gg/recognize_empty_enum_key4e02b95
Recognize empty strings as a valid enum key5a3d28a
ClickHouse 24.8 (#1385)- Additional commits viewable in compare view
Updates github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace
from 1.21.0 to 1.24.1
Release notes
Sourced from github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace's releases.
v1.5.1 and v0.29.1
What's Changed
- Handle explicit reset points in the disabled normalizer by
@dashpole
in GoogleCloudPlatform/opentelemetry-operations-go#378- Add struct tag for sum of squared deviations estimate and factory test. by
@dashpole
in GoogleCloudPlatform/opentelemetry-operations-go#379- Prerelease v1.5.1 and v0.29.1 by
@dashpole
in GoogleCloudPlatform/opentelemetry-operations-go#380Full Changelog: https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/compare/v1.5.0...v1.5.1
v1.5.0 and v0.29.0
What's Changed
- Add integration test with metrics from the prometheus receiver by
@dashpole
in GoogleCloudPlatform/opentelemetry-operations-go#348- Add make commands for release by
@dashpole
in GoogleCloudPlatform/opentelemetry-operations-go#354- Send timeseries synchronously by
@dashpole
in GoogleCloudPlatform/opentelemetry-operations-go#358- Drop histograms without a sum by
@dashpole
in GoogleCloudPlatform/opentelemetry-operations-go#359- Add sum of squared deviation estimate by
@dashpole
in GoogleCloudPlatform/opentelemetry-operations-go#341- Add missing otel attributes to Spans exported to Cloud Trace by
@jsuereth
in GoogleCloudPlatform/opentelemetry-operations-go#365- Normalize histograms, summaries, and exponential histograms by
@dashpole
in GoogleCloudPlatform/opentelemetry-operations-go#360- Use the timeout passed to the metrics exporter by
@dashpole
in GoogleCloudPlatform/opentelemetry-operations-go#369- Collector logging exporter by
@damemi
in GoogleCloudPlatform/opentelemetry-operations-go#373- Update logging exporter to use "gcp.*" prefix for attributes by
@damemi
in GoogleCloudPlatform/opentelemetry-operations-go#374- Add logging exporter info to readme by
@damemi
in GoogleCloudPlatform/opentelemetry-operations-go#375- Prepare release for v0.29/v1.5.0 by
@damemi
in GoogleCloudPlatform/opentelemetry-operations-go#376Full Changelog: https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/compare/v1.4.0...v1.5.0
v1.4.0 and v0.28.0
What's Changed
- Allow users to override useragent by
@dashpole
in GoogleCloudPlatform/opentelemetry-operations-go#322- Address a bunch of small TODOs by
@dashpole
in GoogleCloudPlatform/opentelemetry-operations-go#314- Update release.go for latest release by
@dashpole
in GoogleCloudPlatform/opentelemetry-operations-go#321- Rename files to be easier to understand, and add comment by
@dashpole
in GoogleCloudPlatform/opentelemetry-operations-go#327- Fix formatting of summary quantile labels to match prometheus by
@dashpole
in GoogleCloudPlatform/opentelemetry-operations-go#325- Update opentelemetry collector dependency, and switch away from deprecated functions. by
@dashpole
in GoogleCloudPlatform/opentelemetry-operations-go#328- Sanitize label keys for metric descriptors by
@dashpole
in GoogleCloudPlatform/opentelemetry-operations-go#331- Add attribute mapping function by
@dashpole
in GoogleCloudPlatform/opentelemetry-operations-go#324- Normalize sums prior to exporting them by
@dashpole
in GoogleCloudPlatform/opentelemetry-operations-go#323- Do not use IsZero on timestamps obtained from pdata by
@dashpole
in GoogleCloudPlatform/opentelemetry-operations-go#336- Send summary counts as doubles instead of integers by
@dashpole
in GoogleCloudPlatform/opentelemetry-operations-go#338- Drop data points with no value set by Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >