Open source data anonymization and synthetic data orchestration for developers. Create high fidelity synthetic data and sync it across your environments.
storage: Skip only specific transport tests. (#11016) (d40fbff)
storage: Update google.golang.org/api to v0.203.0 (8bb87d5)
storage: WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see googleapis/google-cloud-go#11020. (2b8ca4b)
Miscellaneous Chores
storage/internal: Remove notification, service account, and hmac RPCS. These API have been migrated to Storage Control and are available via the JSON API. (#11008) (e0759f4)
pubsub: Update google.golang.org/api to v0.203.0 (8bb87d5)
pubsub: WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see googleapis/google-cloud-go#11020. (8bb87d5)
Documentation
pubsub: Add doc links to top level package doc (#11029) (fe2ec56)
Feature: Added LunCount to the response object of DescribeStorageSystemResourcesResponse, LunCount represents the number of LUNs on a storage system resource.
Feature: This release adds support for the C7gn and Hpc7g instances. C7gn instances are powered by AWS Graviton3 processors and the fifth-generation AWS Nitro Cards. Hpc7g instances are powered by AWS Graviton 3E processors and provide up to 200 Gbps network bandwidth.
Feature: Amazon FSx for NetApp ONTAP now supports SnapLock, an ONTAP feature that enables you to protect your files in a volume by transitioning them to a write once, read many (WORM) state.
Feature: Releasing DMS Serverless. Adding support for PostgreSQL 15.x as source and target endpoint. Adding support for DocDB Elastic Clusters with sharded collections, PostgreSQL datatype mapping customization and disabling hostname validation of the certificate authority in Kafka endpoint settings
Feature: This release enables customers to create new Apache Iceberg tables and associated metadata in Amazon S3 by using native AWS Glue CreateTable operation.
Feature: The AWS Elemental MediaTailor SDK for Channel Assembly has added support for EXT-X-CUE-OUT and EXT-X-CUE-IN tags to specify ad breaks in HLS outputs, including support for EXT-OATCLS, EXT-X-ASSET, and EXT-X-CUE-OUT-CONT accessory tags.
Sometimes you have to take matters into your own hands. That’s exactly what @LeperGnome did when he wanted faster rendering. This release features adjustments to the rendering algorithm for faster repaints. We encourage you to upgrade and give it a go!
[!NOTE]
Renderer changes are no laughing matter. We’ve tested the new renderer extensively, however if you notice any bugs let us know. Rendering accuracy is among our top priorities.
Add go.opentelemetry.io/otel/sdk/metric/exemplar.AlwaysOffFilter, which can be used to disable exemplar recording. (#5850)
Add go.opentelemetry.io/otel/sdk/metric.WithExemplarFilter, which can be used to configure the exemplar filter used by the metrics SDK. (#5850)
Add ExemplarReservoirProviderSelector and DefaultExemplarReservoirProviderSelector to go.opentelemetry.io/otel/sdk/metric, which defines the exemplar reservoir to use based on the aggregation of the metric. (#5861)
Add ExemplarReservoirProviderSelector to go.opentelemetry.io/otel/sdk/metric.Stream to allow using views to configure the exemplar reservoir to use for a metric. (#5861)
Add ReservoirProvider, HistogramReservoirProvider and FixedSizeReservoirProvider to go.opentelemetry.io/otel/sdk/metric/exemplar to make it convenient to use providers of Reservoirs. (#5861)
The go.opentelemetry.io/otel/semconv/v1.27.0 package.
The package contains semantic conventions from the v1.27.0 version of the OpenTelemetry Semantic Conventions. (#5894)
Add Attributes attribute.Set field to Scope in go.opentelemetry.io/otel/sdk/instrumentation. (#5903)
Add Attributes attribute.Set field to ScopeRecords in go.opentelemetry.io/otel/log/logtest. (#5927)
go.opentelemetry.io/otel/exporters/prometheus adds instrumentation scope attributes in otel_scope_info metric as labels. (#5932)
Changed
Support scope attributes and make them as identifying for Tracer in go.opentelemetry.io/otel and go.opentelemetry.io/otel/sdk/trace. (#5924)
Support scope attributes and make them as identifying for Meter in go.opentelemetry.io/otel and go.opentelemetry.io/otel/sdk/metric. (#5926)
Support scope attributes and make them as identifying for Logger in go.opentelemetry.io/otel and go.opentelemetry.io/otel/sdk/log. (#5925)
Make schema URL and scope attributes as identifying for Tracer in go.opentelemetry.io/otel/bridge/opentracing. (#5931)
Clear unneeded slice elements to allow GC to collect the objects in go.opentelemetry.io/otel/sdk/metric and go.opentelemetry.io/otel/sdk/trace. (#5804)
Fixed
Global MeterProvider registration unwraps global instrument Observers, the undocumented Unwrap() methods are now private. (#5881)
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc now keeps the metadata already present in the context when WithHeaders is used. (#5892)
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc now keeps the metadata already present in the context when WithHeaders is used. (#5911)
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc now keeps the metadata already present in the context when WithHeaders is used. (#5915)
Fix go.opentelemetry.io/otel/exporters/prometheus trying to add exemplars to Gauge metrics, which is unsupported. (#5912)
Fix WithEndpointURL to always use a secure connection when an https URL is passed in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. (#5944)
Fix WithEndpointURL to always use a secure connection when an https URL is passed in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#5944)
Fix WithEndpointURL to always use a secure connection when an https URL is passed in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#5944)
Fix WithEndpointURL to always use a secure connection when an https URL is passed in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#5944)
Fix incorrect metrics generated from callbacks when multiple readers are used in go.opentelemetry.io/otel/sdk/metric. (#5900)
Removed
Remove all examples under go.opentelemetry.io/otel/example as they are moved to Contrib repository. (#5930)
Add go.opentelemetry.io/otel/sdk/metric/exemplar.AlwaysOffFilter, which can be used to disable exemplar recording. (#5850)
Add go.opentelemetry.io/otel/sdk/metric.WithExemplarFilter, which can be used to configure the exemplar filter used by the metrics SDK. (#5850)
Add ExemplarReservoirProviderSelector and DefaultExemplarReservoirProviderSelector to go.opentelemetry.io/otel/sdk/metric, which defines the exemplar reservoir to use based on the aggregation of the metric. (#5861)
Add ExemplarReservoirProviderSelector to go.opentelemetry.io/otel/sdk/metric.Stream to allow using views to configure the exemplar reservoir to use for a metric. (#5861)
Add ReservoirProvider, HistogramReservoirProvider and FixedSizeReservoirProvider to go.opentelemetry.io/otel/sdk/metric/exemplar to make it convenient to use providers of Reservoirs. (#5861)
The go.opentelemetry.io/otel/semconv/v1.27.0 package.
The package contains semantic conventions from the v1.27.0 version of the OpenTelemetry Semantic Conventions. (#5894)
Add Attributes attribute.Set field to Scope in go.opentelemetry.io/otel/sdk/instrumentation. (#5903)
Add Attributes attribute.Set field to ScopeRecords in go.opentelemetry.io/otel/log/logtest. (#5927)
go.opentelemetry.io/otel/exporters/prometheus adds instrumentation scope attributes in otel_scope_info metric as labels. (#5932)
Changed
Support scope attributes and make them as identifying for Tracer in go.opentelemetry.io/otel and go.opentelemetry.io/otel/sdk/trace. (#5924)
Support scope attributes and make them as identifying for Meter in go.opentelemetry.io/otel and go.opentelemetry.io/otel/sdk/metric. (#5926)
Support scope attributes and make them as identifying for Logger in go.opentelemetry.io/otel and go.opentelemetry.io/otel/sdk/log. (#5925)
Make schema URL and scope attributes as identifying for Tracer in go.opentelemetry.io/otel/bridge/opentracing. (#5931)
Clear unneeded slice elements to allow GC to collect the objects in go.opentelemetry.io/otel/sdk/metric and go.opentelemetry.io/otel/sdk/trace. (#5804)
Fixed
Global MeterProvider registration unwraps global instrument Observers, the undocumented Unwrap() methods are now private. (#5881)
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc now keeps the metadata already present in the context when WithHeaders is used. (#5892)
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc now keeps the metadata already present in the context when WithHeaders is used. (#5911)
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc now keeps the metadata already present in the context when WithHeaders is used. (#5915)
Fix go.opentelemetry.io/otel/exporters/prometheus trying to add exemplars to Gauge metrics, which is unsupported. (#5912)
Fix WithEndpointURL to always use a secure connection when an https URL is passed in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. (#5944)
Fix WithEndpointURL to always use a secure connection when an https URL is passed in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#5944)
Fix WithEndpointURL to always use a secure connection when an https URL is passed in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#5944)
Fix WithEndpointURL to always use a secure connection when an https URL is passed in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#5944)
Fix incorrect metrics generated from callbacks when multiple readers are used in go.opentelemetry.io/otel/sdk/metric. (#5900)
Removed
Remove all examples under go.opentelemetry.io/otel/example as they are moved to Contrib repository. (#5930)
Bumps the golang-minor group with 19 updates in the / directory:
1.45.0
1.46.0
0.7.0
0.7.1
1.32.3
1.32.4
1.28.1
1.28.3
1.36.3
1.37.0
1.66.2
1.66.3
1.1.2
1.2.2
1.2.0
1.3.0
1.31.0
1.32.0
1.31.0
1.32.0
1.31.0
1.32.0
1.31.0
1.32.0
1.31.0
1.32.0
1.40.0
1.41.0
0.28.0
0.29.0
0.30.0
0.31.0
0.203.0
0.205.0
1.67.1
1.68.0
1.35.1
1.35.2
Updates
cloud.google.com/go/storage
from 1.45.0 to 1.46.0Release notes
Sourced from cloud.google.com/go/storage's releases.
Commits
dd8829a
chore(main): release spanner 1.46.0 (#7894)1dd53b8
chore(internal/gensnippets): remove unused module internal/gensnippets (#7920)ee10cfd
feat(maps/places): start generating apiv1 (#7919)83870f5
feat(spanner/admin/database): Add support for UpdateDatabase in Cloud Spanner...5c9e185
chore(maps/places): add config to generate apiv1 (#7918)4474523
chore(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 in /interna...b573226
chore(deps): bump github.com/cloudflare/circl in /internal/gapicgen (#7916)d0d3755
feat(spanner): make leader aware routing default enabled for supported RPC re...151908a
chore(main): release pubsublite 1.8.1 (#7891)4a68b61
chore(compute): restore smoke_test (#7914)Updates
github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai
from 0.7.0 to 0.7.1Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai's releases.
Commits
ac18387
Add support for base-64 encoding and decoding of payloads (#9666)c444986
Minor release v42.3.0 (#9485)247c610
Update label (#9478)ac90632
Minor release v42.2.0 (#9275)Updates
github.com/aws/aws-sdk-go-v2
from 1.32.3 to 1.32.4Commits
70eb57a
Release 2024-11-06cd2c6b1
Regenerated Clients2b2a737
Update API model8c9892f
bump smithy-go codegen to latest (#2890)82897be
fix potential for user-agent lang value mismatch in tests (#2888)061540b
Cloudfront - add expire time in signed cookie. (#2862)aa3bd1f
fix makefile to not spam releases for feature/dynamodb/attributevalue (#2885)eb96051
Release 2024-11-017f2d000
Regenerated Clients8542f2f
Update endpoints modelUpdates
github.com/aws/aws-sdk-go-v2/config
from 1.28.1 to 1.28.3Commits
2f70834
Release 2024-11-07ef9a3c3
Regenerated Clientsc054fe7
Update endpoints modelb68675c
Update API model1d989f3
send opt-in query-compatible header where applicable (#2891)5d0eb23
Merge pull request #2889 from aws/customize-identity-store-exception-message70eb57a
Release 2024-11-06cd2c6b1
Regenerated Clients2b2a737
Update API model8c9892f
bump smithy-go codegen to latest (#2890)Updates
github.com/aws/aws-sdk-go-v2/credentials
from 1.17.42 to 1.17.44Commits
2f70834
Release 2024-11-07ef9a3c3
Regenerated Clientsc054fe7
Update endpoints modelb68675c
Update API model1d989f3
send opt-in query-compatible header where applicable (#2891)5d0eb23
Merge pull request #2889 from aws/customize-identity-store-exception-message70eb57a
Release 2024-11-06cd2c6b1
Regenerated Clients2b2a737
Update API model8c9892f
bump smithy-go codegen to latest (#2890)Updates
github.com/aws/aws-sdk-go-v2/service/dynamodb
from 1.36.3 to 1.37.0Changelog
Sourced from github.com/aws/aws-sdk-go-v2/service/dynamodb's changelog.
... (truncated)
Commits
021db04
Release 2023-07-13afb7460
Regenerated Clients5963c54
Update partitions file8b263ec
Update endpoints model52bb208
Update API model34540e9
Merge pull request #2154 from aws/feat-ua5f1a82d
Update API modelb3e5b29
Release 2023-07-077f1fba9
Regenerated Clients10508e0
Update endpoints modelUpdates
github.com/aws/aws-sdk-go-v2/service/s3
from 1.66.2 to 1.66.3Commits
70eb57a
Release 2024-11-06cd2c6b1
Regenerated Clients2b2a737
Update API model8c9892f
bump smithy-go codegen to latest (#2890)82897be
fix potential for user-agent lang value mismatch in tests (#2888)061540b
Cloudfront - add expire time in signed cookie. (#2862)aa3bd1f
fix makefile to not spam releases for feature/dynamodb/attributevalue (#2885)eb96051
Release 2024-11-017f2d000
Regenerated Clients8542f2f
Update endpoints modelUpdates
github.com/aws/aws-sdk-go-v2/service/sts
from 1.32.3 to 1.32.4Commits
70eb57a
Release 2024-11-06cd2c6b1
Regenerated Clients2b2a737
Update API model8c9892f
bump smithy-go codegen to latest (#2890)82897be
fix potential for user-agent lang value mismatch in tests (#2888)061540b
Cloudfront - add expire time in signed cookie. (#2862)aa3bd1f
fix makefile to not spam releases for feature/dynamodb/attributevalue (#2885)eb96051
Release 2024-11-017f2d000
Regenerated Clients8542f2f
Update endpoints modelUpdates
github.com/charmbracelet/bubbletea
from 1.1.2 to 1.2.2Release notes
Sourced from github.com/charmbracelet/bubbletea's releases.
Commits
97fc4fa
fix: incorrect line skipping in renderer flush (#1233)1feb60b
chore(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0 (#1230)80508cf
chore(deps): bump github.com/charmbracelet/x/term from 0.2.0 to 0.2.1 (#1229)790415e
chore(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 (#1228)5b65f9a
chore: go mod tidye16a768
fix: screen_test.go: fix test cases for ClearScreen and EnterAltScreenc78a084
fix: renderer: use HomeCursorPosition instead of CursorOrigin50249d4
fix: screen_test.go: fix test cases for cursor movement99b85ff
fix: renderer: erase the rest of the line when it's shorter than the widthf4d1e0e
chore(deps): bump github.com/charmbracelet/x/ansi from 0.4.2 to 0.4.5 (#1224)Updates
github.com/warpstreamlabs/bento
from 1.2.0 to 1.3.0Release notes
Sourced from github.com/warpstreamlabs/bento's releases.
Changelog
Sourced from github.com/warpstreamlabs/bento's changelog.
Commits
fbf2827
update changelog for release 1.3.0, alter free up disk space job7b10c77
Merge pull request #147 from warpstreamlabs/feat/int-types94e2dfc
fixa0bd97b
improve conversionsba46e22
Merge branch 'main' of https://github.com/warpstreamlabs/bento into feat/int-...ea32949
couchbase-processor-alter-cas-enabled-default-to-true (#146)4560492
add kafka_key decode example to schema_registry_decode (#144)c3b3a9b
added error for int8 and int16 being out of rangef0fc616
added int8 and int16 types, added testsc625815
Merge pull request #142 from warpstreamlabs/ra/fix-parquet-stuffUpdates
go.opentelemetry.io/otel
from 1.31.0 to 1.32.0Changelog
Sourced from go.opentelemetry.io/otel's changelog.
Commits
7cfbd86
Release v1.32.0/v0.54.0/v0.8.0/v0.0.11 (#5960)2be617e
fix(deps): update github.com/opentracing-contrib/go-grpc/test digest to 51a56...6db18df
fix(deps): update module github.com/opentracing-contrib/go-grpc to v0.1.0 (#5...ef12bf8
chore(deps): update golang.org/x (#5957)85eb76f
Allow GC to collect unneeded slice elements (#5804)1492efa
Fix incorrect metrics getting generated from multiple readers (#5900)d2b0663
fix(deps): update module go.opentelemetry.io/build-tools/multimod to v0.15.0 ...394cbd2
chore(deps): update lycheeverse/lychee-action action to v2.1.0 (#5950)37b2537
fix(deps): update github.com/opentracing-contrib/go-grpc digest to e3cbcab (#...7f68356
fix(deps): update module go.opentelemetry.io/build-tools/semconvgen to v0.15....Updates
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
from 1.31.0 to 1.32.0Changelog
Sourced from go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc's changelog.
Commits
7cfbd86
Release v1.32.0/v0.54.0/v0.8.0/v0.0.11 (#5960)2be617e
fix(deps): update github.com/opentracing-contrib/go-grpc/test digest to 51a56...6db18df
fix(deps): update module github.com/opentracing-contrib/go-grpc to v0.1.0 (#5...ef12bf8
chore(deps): update golang.org/x (#5957)85eb76f
Allow GC to collect unneeded slice elements (#5804)1492efa
Fix incorrect metrics getting generated from multiple readers (#5900)d2b0663
fix(deps): update module go.opentelemetry.io/build-tools/multimod to v0.15.0 ...394cbd2
chore(deps): update lycheeverse/lychee-action action to v2.1.0 (#5950)37b2537
fix(deps): update github.com/opentracing-contrib/go-grpc digest to e3cbcab (#...7f68356
fix(deps): update module go.opentelemetry.io/build-tools/semconvgen to v0.15....Updates
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
from 1.31.0 to 1.32.0Changelog
Sourced from go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc's changelog.