Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/go-cloud
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.35.0
Choose a base ref
...
head repository: google/go-cloud
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.36.0
Choose a head ref
  • 10 commits
  • 76 files changed
  • 4 contributors

Commits on Dec 8, 2023

  1. all: postrelease (#3351)

    vangent authored Dec 8, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8c8f558 View commit details

Commits on Dec 12, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e86400e View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c770de8 View commit details

Commits on Dec 21, 2023

  1. pubsub/azuresb: new auth method to support Service principal/kubelet …

    …identity/Workload identity auth methods (#3360)
    tsolodov authored Dec 21, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ddc7b99 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2090984 View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1dbbbb3 View commit details
  4. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4fe95ee View commit details

Commits on Dec 22, 2023

  1. docstore/all: Add in/not-in operators for Query

    Authored-by: Cory Schwartz <cory@pinion.build>
    vangent authored Dec 22, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    97fe9d0 View commit details

Commits on Dec 28, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    92114ef View commit details
  2. all: prerelease

    vangent committed Dec 28, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    01064b7 View commit details
Showing with 5,964 additions and 1,896 deletions.
  1. +103 −15 blob/azureblob/testdata/TestConformance/TestWrite/ContentType_is_discovered_if_not_provided.replay
  2. +361 −0 ...estWrite/ContentType_is_left_empty_if_not_provided_and_DisableContentTypeDetection_is_true.replay
  3. +103 −15 .../TestConformance/TestWrite/{a_large_jpg_file.replay → a_large_jpg_file_gets_a_ContentType.replay}
  4. +103 −15 ..._written_in_two_chunks.replay → a_large_jpg_file_written_in_two_chunks_gets_a_ContentType.replay}
  5. +103 −15 ...estConformance/TestWrite/{a_small_text_file.replay → a_small_text_file_gets_a_ContentType.replay}
  6. +103 −15 ...lob/testdata/TestConformance/TestWrite/write_with_explicit_ContentType_overrides_discovery.replay
  7. +18 −6 blob/blob.go
  8. +2 −2 blob/driver/driver.go
  9. +44 −20 blob/drivertest/drivertest.go
  10. +1 −1 blob/fileblob/fileblob_test.go
  11. +73 −14 blob/gcsblob/testdata/TestConformance/TestWrite/ContentType_is_discovered_if_not_provided.replay
  12. +295 −0 ...estWrite/ContentType_is_left_empty_if_not_provided_and_DisableContentTypeDetection_is_true.replay
  13. +73 −14 .../TestConformance/TestWrite/{a_large_jpg_file.replay → a_large_jpg_file_gets_a_ContentType.replay}
  14. +73 −14 ..._written_in_two_chunks.replay → a_large_jpg_file_written_in_two_chunks_gets_a_ContentType.replay}
  15. +0 −236 blob/gcsblob/testdata/TestConformance/TestWrite/a_small_text_file.replay
  16. +295 −0 blob/gcsblob/testdata/TestConformance/TestWrite/a_small_text_file_gets_a_ContentType.replay
  17. +73 −14 ...lob/testdata/TestConformance/TestWrite/write_with_explicit_ContentType_overrides_discovery.replay
  18. +80 −19 blob/s3blob/testdata/TestConformance/TestWrite/ContentType_is_discovered_if_not_provided.replay
  19. +337 −0 ...estWrite/ContentType_is_left_empty_if_not_provided_and_DisableContentTypeDetection_is_true.replay
  20. +80 −19 ...tten_in_two_chunks.replay → TestConformance/TestWrite/a_large_jpg_file_gets_a_ContentType.replay}
  21. +80 −19 ...rite/{a_large_jpg_file.replay → a_large_jpg_file_written_in_two_chunks_gets_a_ContentType.replay}
  22. +80 −19 ...estConformance/TestWrite/{a_small_text_file.replay → a_small_text_file_gets_a_ContentType.replay}
  23. +80 −19 ...lob/testdata/TestConformance/TestWrite/write_with_explicit_ContentType_overrides_discovery.replay
  24. +80 −19 ...estdata/TestConformanceUsingLegacyList/TestWrite/ContentType_is_discovered_if_not_provided.replay
  25. +337 −0 ...estWrite/ContentType_is_left_empty_if_not_provided_and_DisableContentTypeDetection_is_true.replay
  26. +80 −19 ...nks.replay → TestConformanceUsingLegacyList/TestWrite/a_large_jpg_file_gets_a_ContentType.replay}
  27. +80 −19 ...rite/{a_large_jpg_file.replay → a_large_jpg_file_written_in_two_chunks_gets_a_ContentType.replay}
  28. +80 −19 ...singLegacyList/TestWrite/{a_small_text_file.replay → a_small_text_file_gets_a_ContentType.replay}
  29. +80 −19 ...stConformanceUsingLegacyList/TestWrite/write_with_explicit_ContentType_overrides_discovery.replay
  30. +95 −23 ...tdata/TestConformanceUsingLegacyListV2/TestWrite/ContentType_is_discovered_if_not_provided.replay
  31. +373 −0 ...estWrite/ContentType_is_left_empty_if_not_provided_and_DisableContentTypeDetection_is_true.replay
  32. +95 −23 ...singLegacyListV2/TestWrite/{a_large_jpg_file.replay → a_large_jpg_file_gets_a_ContentType.replay}
  33. +95 −23 ..._written_in_two_chunks.replay → a_large_jpg_file_written_in_two_chunks_gets_a_ContentType.replay}
  34. +95 −23 ...ngLegacyListV2/TestWrite/{a_small_text_file.replay → a_small_text_file_gets_a_ContentType.replay}
  35. +95 −23 ...ConformanceUsingLegacyListV2/TestWrite/write_with_explicit_ContentType_overrides_discovery.replay
  36. +95 −23 blob/s3blob/testdata/TestConformanceV2/TestWrite/ContentType_is_discovered_if_not_provided.replay
  37. +373 −0 ...estWrite/ContentType_is_left_empty_if_not_provided_and_DisableContentTypeDetection_is_true.replay
  38. +95 −23 ...rite/{a_large_jpg_file_written_in_two_chunks.replay → a_large_jpg_file_gets_a_ContentType.replay}
  39. +95 −23 ...rite/{a_large_jpg_file.replay → a_large_jpg_file_written_in_two_chunks_gets_a_ContentType.replay}
  40. +95 −23 ...tConformanceV2/TestWrite/{a_small_text_file.replay → a_small_text_file_gets_a_ContentType.replay}
  41. +95 −23 ...b/testdata/TestConformanceV2/TestWrite/write_with_explicit_ContentType_overrides_discovery.replay
  42. +16 −0 docstore/awsdynamodb/query.go
  43. +276 −166 docstore/awsdynamodb/testdata/TestConformance/GetQuery.replay
  44. +75 −405 docstore/awsdynamodb/testdata/TestConformance/GetQueryKeyField.replay
  45. +10 −0 docstore/drivertest/drivertest.go
  46. +7 −4 docstore/gcpfirestore/query.go
  47. BIN docstore/gcpfirestore/testdata/TestConformance/GetQuery.replay
  48. BIN docstore/gcpfirestore/testdata/TestConformance/GetQueryKeyField.replay
  49. +20 −1 docstore/memdocstore/query.go
  50. +17 −17 docstore/mongodocstore/go.mod
  51. +32 −32 docstore/mongodocstore/go.sum
  52. +19 −0 docstore/mongodocstore/mongo_test.go
  53. +2 −0 docstore/mongodocstore/query.go
  54. +28 −10 docstore/query.go
  55. +27 −27 go.mod
  56. +54 −54 go.sum
  57. +1 −1 internal/useragent/useragent.go
  58. +5 −14 mysql/awsmysql/awsmysql.go
  59. +1 −21 mysql/azuremysql/azuremysql.go
  60. +5 −11 mysql/gcpmysql/gcpmysql.go
  61. +0 −4 pubsub/awssnssqs/awssnssqs.go
  62. +4 −4 pubsub/awssnssqs/awssnssqs_test.go
  63. +45 −11 pubsub/azuresb/azuresb.go
  64. +40 −11 pubsub/azuresb/azuresb_test.go
  65. +17 −17 pubsub/kafkapubsub/go.mod
  66. +32 −32 pubsub/kafkapubsub/go.sum
  67. +3 −3 pubsub/natspubsub/go.mod
  68. +4 −4 pubsub/natspubsub/go.sum
  69. +17 −17 pubsub/rabbitpubsub/go.mod
  70. +32 −32 pubsub/rabbitpubsub/go.sum
  71. +17 −17 runtimevar/etcdvar/go.mod
  72. +32 −32 runtimevar/etcdvar/go.sum
  73. +32 −32 samples/go.mod
  74. +52 −52 samples/go.sum
  75. +17 −17 secrets/hashivault/go.mod
  76. +32 −32 secrets/hashivault/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading