Added extended logging for requests, responses, and client configuration
Breaking Changes
ItemOptions.SessionToken, QueryOptions.SessionToken, QueryOptions.ContinuationToken, QueryDatabasesOptions.ContinuationToken, QueryContainersOptions.ContinuationToken are now *string
ItemResponse.SessionToken, QueryItemsResponse.ContinuationToken, QueryContainersResponse.ContinuationToken, QueryDatabasesResponse.ContinuationToken are now *string
sdk/monitor/query/azlogs/v1.0.0
1.0.0 (2024-04-15)
Breaking Changes
Removed pointers from slices
Renamed LogsColumnType to ColumnType
... (truncated)
Commits
7d73c79 Cosmos DB - 1.0.3 release changelog (#23079)
6aaef6b Increment package version after release of storage/azdatalake (#23074)
2584969 Increment package version after release of storage/azfile (#23072)
a2fa598 Increment package version after release of storage/azblob (#23070)
Processor.Run had unclear behavior for some cases:
Run() now returns an explicit error when called more than once on a single
Processor instance or if multiple Run calls are made concurrently. (PR#22833)
NextProcessorClient now properly terminates (and returns nil) if called on a
stopped Processor. (PR#22833)
New value ManagedClusterUpgradeTypeControlPlaneOnly added to enum type ManagedClusterUpgradeType
New enum type TargetType with values TargetTypeAfterStageWait, TargetTypeGroup, TargetTypeMember, TargetTypeStage
New function *UpdateRunsClient.BeginSkip(context.Context, string, string, string, SkipProperties, *UpdateRunsClientBeginSkipOptions) (*runtime.Poller[UpdateRunsClientSkipResponse], error)
New value ManagedClusterUpgradeTypeControlPlaneOnly added to enum type ManagedClusterUpgradeType
New enum type TargetType with values TargetTypeAfterStageWait, 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 struct FleetProperties
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 to ListSettingsOptions which allows specifying request conditions when iterating over pages of settings.
Added field ETag to ListSettingsPageResponse which contains the ETag for a page of configuration settings.
Other Changes
Updated dependencies.
... (truncated)
Commits
0fbd371 Merge pull request #33 from jen20/virtual-network-client
c95e423 Add a client for Virtual Network management
af6985d Merge pull request #35 from ahmetalpbalkan/CreateBlockBlob
c99fb1d make block.Size int64, add CreateBlockBlob
9abf8bf Merge pull request #28 from jen20/private-error-messages
New enum type Consent with values ConsentNo, ConsentYes
New enum type CreatedByType with values CreatedByTypeApplication, CreatedByTypeKey, CreatedByTypeManagedIdentity, CreatedByTypeUser
New enum type IsTemporaryTicket with values IsTemporaryTicketNo, IsTemporaryTicketYes
New enum type UserConsent with values UserConsentNo, UserConsentYes
New function NewChatTranscriptsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ChatTranscriptsClient, error)
New function *ChatTranscriptsClient.Get(context.Context, string, string, *ChatTranscriptsClientGetOptions) (ChatTranscriptsClientGetResponse, error)
New function *ChatTranscriptsClient.NewListPager(string, *ChatTranscriptsClientListOptions) *runtime.Pager[ChatTranscriptsClientListResponse]
New function NewChatTranscriptsNoSubscriptionClient(azcore.TokenCredential, *arm.ClientOptions) (*ChatTranscriptsNoSubscriptionClient, error)
New function *ChatTranscriptsNoSubscriptionClient.Get(context.Context, string, string, *ChatTranscriptsNoSubscriptionClientGetOptions) (ChatTranscriptsNoSubscriptionClientGetResponse, error)
New function *ChatTranscriptsNoSubscriptionClient.NewListPager(string, *ChatTranscriptsNoSubscriptionClientListOptions) *runtime.Pager[ChatTranscriptsNoSubscriptionClientListResponse]
New function *ClientFactory.NewChatTranscriptsClient() *ChatTranscriptsClient
New function *ClientFactory.NewChatTranscriptsNoSubscriptionClient() *ChatTranscriptsNoSubscriptionClient
New function *ClientFactory.NewCommunicationsNoSubscriptionClient() *CommunicationsNoSubscriptionClient
New function *ClientFactory.NewFileWorkspacesClient() *FileWorkspacesClient
New function *ClientFactory.NewFileWorkspacesNoSubscriptionClient() *FileWorkspacesNoSubscriptionClient
New function *ClientFactory.NewFilesClient() *FilesClient
New function *ClientFactory.NewFilesNoSubscriptionClient() *FilesNoSubscriptionClient
New function *ClientFactory.NewTicketsNoSubscriptionClient() *TicketsNoSubscriptionClient
New function NewCommunicationsNoSubscriptionClient(azcore.TokenCredential, *arm.ClientOptions) (*CommunicationsNoSubscriptionClient, error)
New function *CommunicationsNoSubscriptionClient.CheckNameAvailability(context.Context, string, CheckNameAvailabilityInput, *CommunicationsNoSubscriptionClientCheckNameAvailabilityOptions) (CommunicationsNoSubscriptionClientCheckNameAvailabilityResponse, error)
New function *CommunicationsNoSubscriptionClient.BeginCreate(context.Context, string, string, CommunicationDetails, *CommunicationsNoSubscriptionClientBeginCreateOptions) (*runtime.Poller[CommunicationsNoSubscriptionClientCreateResponse], error)
New function *CommunicationsNoSubscriptionClient.Get(context.Context, string, string, *CommunicationsNoSubscriptionClientGetOptions) (CommunicationsNoSubscriptionClientGetResponse, error)
New function *CommunicationsNoSubscriptionClient.NewListPager(string, *CommunicationsNoSubscriptionClientListOptions) *runtime.Pager[CommunicationsNoSubscriptionClientListResponse]
New function NewFileWorkspacesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*FileWorkspacesClient, error)
New function *FileWorkspacesClient.Create(context.Context, string, *FileWorkspacesClientCreateOptions) (FileWorkspacesClientCreateResponse, error)
New function *FileWorkspacesClient.Get(context.Context, string, *FileWorkspacesClientGetOptions) (FileWorkspacesClientGetResponse, error)
New function NewFileWorkspacesNoSubscriptionClient(azcore.TokenCredential, *arm.ClientOptions) (*FileWorkspacesNoSubscriptionClient, error)
New function *FileWorkspacesNoSubscriptionClient.Create(context.Context, string, *FileWorkspacesNoSubscriptionClientCreateOptions) (FileWorkspacesNoSubscriptionClientCreateResponse, error)
New function *FileWorkspacesNoSubscriptionClient.Get(context.Context, string, *FileWorkspacesNoSubscriptionClientGetOptions) (FileWorkspacesNoSubscriptionClientGetResponse, error)
New function NewFilesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*FilesClient, error)
New function *FilesClient.Create(context.Context, string, string, FileDetails, *FilesClientCreateOptions) (FilesClientCreateResponse, error)
New function *FilesClient.Get(context.Context, string, string, *FilesClientGetOptions) (FilesClientGetResponse, error)
New function *FilesClient.NewListPager(string, *FilesClientListOptions) *runtime.Pager[FilesClientListResponse]
New function *FilesClient.Upload(context.Context, string, string, UploadFile, *FilesClientUploadOptions) (FilesClientUploadResponse, error)
New function NewFilesNoSubscriptionClient(azcore.TokenCredential, *arm.ClientOptions) (*FilesNoSubscriptionClient, error)
New function *FilesNoSubscriptionClient.Create(context.Context, string, string, FileDetails, *FilesNoSubscriptionClientCreateOptions) (FilesNoSubscriptionClientCreateResponse, error)
Align allow_suspicious_low_cardinality_types and allow_suspicious_low_cardinality_types settings in tests due to ClickHouse Cloud incompatibility by @jkaflik in ClickHouse/clickhouse-go#1331
Add a compatibility layer for a database/sql driver to work with sql.NullString and ClickHouse nullable column by @jkaflik in ClickHouse/clickhouse-go#1306
Align allow_suspicious_low_cardinality_types and allow_suspicious_low_cardinality_types settings in tests due to ClickHouse Cloud incompatibility by @jkaflik in ClickHouse/clickhouse-go#1331
Add a compatibility layer for a database/sql driver to work with sql.NullString and ClickHouse nullable column by @jkaflik in ClickHouse/clickhouse-go#1306
Bumps the production-dependencies group with 57 updates in the / directory:
1.59.0
1.61.0
0.7.0
0.9.2
1.9.2
1.12.0
0.3.6
1.0.3
1.1.0
1.2.0
1.2.1
1.3.2
1.0.4
1.0.5
2.21.1
2.26.0
1.21.0
1.24.0
1.42.2
1.43.2
0.12.0
0.12.1
1.46.0
1.47.0
1.25.0
1.30.1
1.26.6
1.27.24
1.6.16
1.7.29
1.15.15
1.17.5
1.32.2
1.40.1
1.24.0
1.31.1
1.24.7
1.29.1
1.50.0
1.56.1
1.27.0
1.31.1
1.29.7
1.34.1
1.25.0
1.27.0
0.27.1
0.28.1
4.2.1
4.3.0
2.8.0
2.9.0
1.16.0
1.17.0
0.27.0
0.28.1
4.3.0
4.4.2
1.7.1
1.8.1
1.5.1
1.5.3
1.13.1
1.14.0
0.12.14
0.12.16
4.18.2
4.18.3
1.15.6
1.16.0
2.12.0
2.13.0
2.0.0
2.1.0
1.0.25
1.0.27
1.32.0
1.36.0
3.0.0
3.1.0
1.9.0
1.11.0
0.20.0
0.23.0
1.2.10
1.2.11
1.18.0
1.19.1
1.9.0
1.10.0
9.4.0
9.5.3
1.20.5
1.20.6
1.7.2
1.10.1
1.6.0
1.7.3
0.313.0
0.315.0
1.16.1
1.17.0
2.27.1
2.27.2
1.13.1
1.16.0
1.23.1
1.28.0
1.23.1
1.28.0
1.23.1
1.28.0
1.28.0
1.30.1
Updates
cloud.google.com/go/bigquery
from 1.59.0 to 1.61.0Commits
81a369f
chore(main): release spanner 1.61.0 (#9691)0ac0d26
feat(spanner): support MultiEndpoint (#9565)84e3236
feat(vertexai/genai): add SystemInstruction (#9736)bb84fbd
feat(vertexai/genai): constrained decoding (#9731)5497a66
chore(main): release datastore 1.16.0 (#8711)0429048
chore(internal/kokoro): filter changes down to unique dir (#10064)654e656
chore(deps): fix package update rule (#10062)22e3eae
fix(vertexai/genai): check for nil content (#10057)63bab2e
chore(main): release bigtable 1.23.0 (#9570)4940c3c
feat(pubsub): support publisher compression (#9711)Updates
cloud.google.com/go/pubsub
from 1.36.1 to 1.37.0Commits
a75c8b6
chore(main): release pubsub 1.37.0 (#9517)e2c9a95
chore(internal/protoveneer): support custom field converters (#9456)86ec5c0
chore: release main (#9511)a74cbbe
docs(netapp): mark optional fields explicitly in Storage Pool (#9513)9bba269
feat(pubsub): support kinesis ingestion admin (#9458)5ca0271
feat(logging/logadmin): allow logging PageSize to override (#9409)e68777c
chore(main): release spanner 1.58.0 (#9423)6deb969
docs(pubsub): check for nil responses for receive examples (#9516)e54989e
chore: remove old samples that no longer compile (#9510)1cf28f6
docs(run): clarify some defaults and required or optional values (#9505)Updates
cloud.google.com/go/storage
from 1.37.0 to 1.40.0Commits
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)Updates
cuelang.org/go
from 0.7.0 to 0.9.2Updates
github.com/Azure/azure-sdk-for-go/sdk/azcore
from 1.9.2 to 1.12.0Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.
Commits
e58902b
Prep azcore v1.12.0 for release (#23005)9ad32c5
Increment package version after release of internal (#23004)897e903
Update ignore-links.txt (#23003)ac7cc04
[keyvault] fix test recording sanitizers (#22911)276cf8c
update readme (#22971)5eb479f
[azopenai] Updating hash to merged PR. (#22998)9c4f5c5
Prepare sdk/internal v1.9.0 for release (#22991)b407f56
Increment version for messaging/azwebpubsub releases (#22466)3af4c7e
update mgmt live test (#22996)b7d018e
fix sdk/resourcemanager/internal module (#22994)Updates
github.com/Azure/azure-sdk-for-go/sdk/azidentity
from 1.5.1 to 1.5.2Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases.
Commits
299ebfe
Prepare internal for release (#22339)d00123d
Update packages (#22338)0a332e3
Fix issue in Verify-Link.ps1 after PS 7.4 update (#22336)c8ae7ed
Sync eng/common directory with azure-sdk-tools for PR 7615 (#22335)9ae828c
Replace ErrAuthenticationRequired with AuthenticationRequiredError (#22317)7c50f09
[Release] sdk/resourcemanager/springappdiscovery/armspringappdiscovery/0.1.0 ...b36de61
Added spec location verification to the release pipeline (#22301)00f2b8b
Go SDK for Azure Web PubSub Data plane (#21929)0aa2409
Sync eng/common directory with azure-sdk-tools for PR 7585 (#22312)572ba1f
JSON marshaling helpers will preserve Content-Type (#22309)Updates
github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos
from 0.3.6 to 1.0.3Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos's releases.
... (truncated)
Commits
7d73c79
Cosmos DB - 1.0.3 release changelog (#23079)6aaef6b
Increment package version after release of storage/azdatalake (#23074)2584969
Increment package version after release of storage/azfile (#23072)a2fa598
Increment package version after release of storage/azblob (#23070)0e48f88
[keyvault] update test-resources.json (#23078)72dd8fa
[azopenaiassistants] Regenerating to work with the new assistants v2 (beta) e...ea7c28b
[keyvault] add sovereign cloud testing (#22972)da9212e
Update CodeownersLinter version to 1.0.0-dev.20240614.4 (#23075)ce86693
Thread-Safe clientRetryPolicy (#23061)8d785f6
changelog updates for release of azdatalake (#23071)Updates
github.com/Azure/azure-sdk-for-go/sdk/data/aztables
from 1.1.0 to 1.2.0Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/data/aztables's releases.
... (truncated)
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-concatenationUpdates
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
from 1.2.1 to 1.3.2Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/storage/azblob's releases.
... (truncated)
Commits
95f7bc6
changelog update for STG 91 Patch release15dc95e
Integrate InsecureAllowCredentialWithHTTP in storage (#22712)322b0d7
Upgrade keyvault/internal dependencies (#22713)644a3ac
azidentity test cleanup (#22700)df9e916
Default GetSASURL http+https for getsasurl (#22704)8567665
[Release] sdk/resourcemanager/containerservicefleet/armcontainerservicefleet/...3c0eba3
fix armmigrationdiscoverysap ci.yml (#22710)2803e67
[Release] sdk/resourcemanager/migrationdiscovery/armmigrationdiscoverysap/0.1...18e40d0
[azopenai] Switch EventReader from using bufio.Scanner to bufio.Reader (#22703)8f702b9
DefaultAzureCredential probes IMDS before sending it a token request (#22676)Updates
github.com/Azure/go-amqp
from 1.0.4 to 1.0.5Release notes
Sourced from github.com/Azure/go-amqp's releases.
Changelog
Sourced from github.com/Azure/go-amqp's changelog.
Commits
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...Updates
github.com/ClickHouse/clickhouse-go/v2
from 2.21.1 to 2.26.0Release notes
Sourced from github.com/ClickHouse/clickhouse-go/v2's releases.
... (truncated)
Changelog
Sourced from github.com/ClickHouse/clickhouse-go/v2's changelog.
... (truncated)
Commits
bb1f194
Update release notes8113366
Use HTTPs scheme in std connection failover tests (#1332)8a0701f
Alignallow_suspicious_low_cardinality_types
and `allow_suspicious_low_card...3391e46
BatchInsert parentheses issue fix (#1327)de6b568
Retry on network errors and fix retries on async inserts withdatabase/sql
...8ad6ec6
BatchColumns() []column.Interface
method (#1277)3a49215
Setting X-Clickhouse-SSL-Certificate-Auth off when password is set, and setti...7127f98
ClickHouse 24.5 (#1319)4d96914
Fix rows.Close function (#1314)dd45741
Removing data_helpers.go and all references (#1315)Updates
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace
from 1.21.0 to 1.24.0Release notes
Sourced from github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace's releases.