Skip to content

Releases: nitrictech/nitric

Release v0.12.0

28 Oct 01:37
a1f0dd3
Compare
Choose a tag to compare

0.12.0 (2021-10-28)

Features

  • add grpc errors (6dc6bce)
  • aws: add ability to generate presigned URLs for files in buckets (7ec68bc)
  • Add access token for event grid requests (154aec9)
  • Add access token for key vault requests (275f69c)
  • Add client auth (fb187f6)
  • Add client auth (d53fc27)
  • Add initial Key Vault plugin (8178577)
  • Add key vault to azure membrane (4711fcd)
  • Add standard error codes (76e4c53)
  • Update key vault to use client library instead of admin library (0fd6b6d)
  • azblob: Add PresignUrl method. (2d29a8c)
  • azqueue: azure storage queue plugin implementation (49b7d17)
  • documents/boltdb: Add boltdb streaming. (74ddeab)
  • documents/firestore: Add streaming support to the firestore plugin. (ad1e754)
  • Address review feedback (b839e03)
  • fix 200 status code not being included (7d29e99)
  • Initial event grid plugin (272cb42)
  • rebase onto develop (02489db)
  • Update client and management auth (7eec1c7)
  • update mock generation (4ce8522)
  • azblob: Add azure storage plugin implementation (4bba069)
  • documents/dynamodb: Add QueryStream to dynamodb plugin. (276f7ec)
  • documents/mongodb: Add document streaming support. (41b7c13)
  • storage: Add minio storage plugin (59c7eb9)

Bug Fixes

  • Add support for multiple query params. (383dde3)
  • Update lambda API gateway and tests to support multi query parameters. (9f28368)
  • plugin/sqs: use x-nitric-name to resolve queues (bc414be)
  • queues/pubsub: Properly return AckId. (39bc5e2)

Code Refactoring

  • compact validation to reduce duplication. (17aac74)
  • make query functions pure, deduplicate code. (1ee0711)
  • Separate document test suites out. (231a9db)

Tests

  • Add document streaming test harness. (b13e262)
  • Connect document streaming test suite. (5eafa4f)
  • Fix issue with test caused by upgraded azure sdk (b6a41b8)
  • Update test to reflect new error codes (7b8cf17)
  • documents/firestore: Connect streaming test harness (bcb3316)
  • Fix unit tests (d44f959)
  • azqueue: Add tests for azure storage queues plugin (640f3e1)
  • documents/dynamodb: Connect dynamo document plugin to streaming test harness. (a4c84cf)
  • documents/mongodb: Connect query stream test harness. (71d9805)
  • Add presign url tests. (dae8324)

Continuous Integration

  • Add azure-membrane publishing. (13aad99)
  • Add workflow for triggering automatic generation of base SDKs. (a4f269d)
  • calculate the rc number for each dev release. (205dd65)
  • New dev/prod release workflow. (ae160b0)
  • Remove github actions references to GOLANG_TOKEN. (9f0b955)

Release v0.12.0-rc.22

18 Oct 05:45
ba3b811
Compare
Choose a tag to compare
Release v0.12.0-rc.22 Pre-release
Pre-release

0.12.0 (2021-10-18)

Features

  • add grpc errors (6dc6bce)
  • aws: add ability to generate presigned URLs for files in buckets (7ec68bc)
  • Add access token for event grid requests (154aec9)
  • Add access token for key vault requests (275f69c)
  • Add client auth (fb187f6)
  • Add client auth (d53fc27)
  • Add initial Key Vault plugin (8178577)
  • Add key vault to azure membrane (4711fcd)
  • Add standard error codes (76e4c53)
  • Update key vault to use client library instead of admin library (0fd6b6d)
  • azblob: Add PresignUrl method. (2d29a8c)
  • azqueue: azure storage queue plugin implementation (49b7d17)
  • documents/boltdb: Add boltdb streaming. (74ddeab)
  • documents/firestore: Add streaming support to the firestore plugin. (ad1e754)
  • Address review feedback (b839e03)
  • fix 200 status code not being included (7d29e99)
  • Initial event grid plugin (272cb42)
  • rebase onto develop (02489db)
  • Update client and management auth (7eec1c7)
  • update mock generation (4ce8522)
  • azblob: Add azure storage plugin implementation (4bba069)
  • documents/dynamodb: Add QueryStream to dynamodb plugin. (276f7ec)
  • documents/mongodb: Add document streaming support. (41b7c13)
  • storage: Add minio storage plugin (59c7eb9)

Bug Fixes

  • Add support for multiple query params. (383dde3)
  • Update lambda API gateway and tests to support multi query parameters. (9f28368)
  • plugin/sqs: use x-nitric-name to resolve queues (bc414be)
  • queues/pubsub: Properly return AckId. (39bc5e2)

Code Refactoring

  • compact validation to reduce duplication. (17aac74)
  • make query functions pure, deduplicate code. (1ee0711)
  • Separate document test suites out. (231a9db)

Tests

  • Add document streaming test harness. (b13e262)
  • Connect document streaming test suite. (5eafa4f)
  • Fix issue with test caused by upgraded azure sdk (b6a41b8)
  • Update test to reflect new error codes (7b8cf17)
  • documents/firestore: Connect streaming test harness (bcb3316)
  • Fix unit tests (d44f959)
  • azqueue: Add tests for azure storage queues plugin (640f3e1)
  • documents/dynamodb: Connect dynamo document plugin to streaming test harness. (a4c84cf)
  • documents/mongodb: Connect query stream test harness. (71d9805)
  • Add presign url tests. (dae8324)

Continuous Integration

  • Add azure-membrane publishing. (13aad99)
  • Add workflow for triggering automatic generation of base SDKs. (a4f269d)
  • calculate the rc number for each dev release. (205dd65)
  • New dev/prod release workflow. (ae160b0)
  • Remove github actions references to GOLANG_TOKEN. (9f0b955)

-rc.22

Release v0.12.0-rc.21

13 Oct 03:48
05ba548
Compare
Choose a tag to compare
Release v0.12.0-rc.21 Pre-release
Pre-release

0.12.0 (2021-10-13)

Features

  • add grpc errors (6dc6bce)
  • aws: add ability to generate presigned URLs for files in buckets (7ec68bc)
  • Add access token for event grid requests (154aec9)
  • Add access token for key vault requests (275f69c)
  • Add client auth (fb187f6)
  • Add client auth (d53fc27)
  • Add initial Key Vault plugin (8178577)
  • Add key vault to azure membrane (4711fcd)
  • Add standard error codes (76e4c53)
  • Update key vault to use client library instead of admin library (0fd6b6d)
  • azblob: Add PresignUrl method. (2d29a8c)
  • azqueue: azure storage queue plugin implementation (49b7d17)
  • documents/boltdb: Add boltdb streaming. (74ddeab)
  • documents/firestore: Add streaming support to the firestore plugin. (ad1e754)
  • Address review feedback (b839e03)
  • fix 200 status code not being included (7d29e99)
  • Initial event grid plugin (272cb42)
  • rebase onto develop (02489db)
  • Update client and management auth (7eec1c7)
  • update mock generation (4ce8522)
  • azblob: Add azure storage plugin implementation (4bba069)
  • documents/dynamodb: Add QueryStream to dynamodb plugin. (276f7ec)
  • documents/mongodb: Add document streaming support. (41b7c13)
  • storage: Add minio storage plugin (59c7eb9)

Bug Fixes

  • Add support for multiple query params. (383dde3)
  • Update lambda API gateway and tests to support multi query parameters. (9f28368)
  • plugin/sqs: use x-nitric-name to resolve queues (bc414be)

Code Refactoring

  • compact validation to reduce duplication. (17aac74)
  • make query functions pure, deduplicate code. (1ee0711)
  • Separate document test suites out. (231a9db)

Tests

  • Add document streaming test harness. (b13e262)
  • Connect document streaming test suite. (5eafa4f)
  • Fix issue with test caused by upgraded azure sdk (b6a41b8)
  • Update test to reflect new error codes (7b8cf17)
  • documents/firestore: Connect streaming test harness (bcb3316)
  • Fix unit tests (d44f959)
  • azqueue: Add tests for azure storage queues plugin (640f3e1)
  • documents/dynamodb: Connect dynamo document plugin to streaming test harness. (a4c84cf)
  • documents/mongodb: Connect query stream test harness. (71d9805)
  • Add presign url tests. (dae8324)

Continuous Integration

  • Add azure-membrane publishing. (13aad99)
  • Add workflow for triggering automatic generation of base SDKs. (a4f269d)
  • calculate the rc number for each dev release. (205dd65)
  • New dev/prod release workflow. (ae160b0)
  • Remove github actions references to GOLANG_TOKEN. (9f0b955)

-rc.21

Release v0.12.0-rc.20

13 Oct 03:01
d3020da
Compare
Choose a tag to compare
Release v0.12.0-rc.20 Pre-release
Pre-release

0.12.0 (2021-10-13)

Features

  • add grpc errors (6dc6bce)
  • aws: add ability to generate presigned URLs for files in buckets (7ec68bc)
  • Add access token for event grid requests (154aec9)
  • Add access token for key vault requests (275f69c)
  • Add client auth (fb187f6)
  • Add client auth (d53fc27)
  • Add initial Key Vault plugin (8178577)
  • Add key vault to azure membrane (4711fcd)
  • Add standard error codes (76e4c53)
  • Update key vault to use client library instead of admin library (0fd6b6d)
  • azblob: Add PresignUrl method. (2d29a8c)
  • azqueue: azure storage queue plugin implementation (49b7d17)
  • documents/boltdb: Add boltdb streaming. (74ddeab)
  • documents/firestore: Add streaming support to the firestore plugin. (ad1e754)
  • Address review feedback (b839e03)
  • fix 200 status code not being included (7d29e99)
  • Initial event grid plugin (272cb42)
  • rebase onto develop (02489db)
  • Update client and management auth (7eec1c7)
  • update mock generation (4ce8522)
  • azblob: Add azure storage plugin implementation (4bba069)
  • documents/dynamodb: Add QueryStream to dynamodb plugin. (276f7ec)
  • documents/mongodb: Add document streaming support. (41b7c13)
  • storage: Add minio storage plugin (59c7eb9)

Bug Fixes

  • Add support for multiple query params. (383dde3)
  • Update lambda API gateway and tests to support multi query parameters. (9f28368)
  • plugin/sqs: use x-nitric-name to resolve queues (bc414be)

Code Refactoring

  • compact validation to reduce duplication. (17aac74)
  • make query functions pure, deduplicate code. (1ee0711)
  • Separate document test suites out. (231a9db)

Tests

  • Add document streaming test harness. (b13e262)
  • Connect document streaming test suite. (5eafa4f)
  • Fix issue with test caused by upgraded azure sdk (b6a41b8)
  • Update test to reflect new error codes (7b8cf17)
  • documents/firestore: Connect streaming test harness (bcb3316)
  • Fix unit tests (d44f959)
  • azqueue: Add tests for azure storage queues plugin (640f3e1)
  • documents/dynamodb: Connect dynamo document plugin to streaming test harness. (a4c84cf)
  • documents/mongodb: Connect query stream test harness. (71d9805)
  • Add presign url tests. (dae8324)

Continuous Integration

  • Add azure-membrane publishing. (13aad99)
  • Add workflow for triggering automatic generation of base SDKs. (a4f269d)
  • calculate the rc number for each dev release. (205dd65)
  • New dev/prod release workflow. (ae160b0)
  • Remove github actions references to GOLANG_TOKEN. (9f0b955)

-rc.20

Release v0.12.0-rc.19

11 Oct 04:54
35b0f55
Compare
Choose a tag to compare
Release v0.12.0-rc.19 Pre-release
Pre-release

0.12.0 (2021-10-11)

Features

  • add grpc errors (6dc6bce)
  • aws: add ability to generate presigned URLs for files in buckets (7ec68bc)
  • Add access token for event grid requests (154aec9)
  • Add access token for key vault requests (275f69c)
  • Add client auth (fb187f6)
  • Add client auth (d53fc27)
  • Add initial Key Vault plugin (8178577)
  • Add key vault to azure membrane (4711fcd)
  • Add standard error codes (76e4c53)
  • Update key vault to use client library instead of admin library (0fd6b6d)
  • azblob: Add PresignUrl method. (2d29a8c)
  • azqueue: azure storage queue plugin implementation (49b7d17)
  • documents/boltdb: Add boltdb streaming. (74ddeab)
  • documents/firestore: Add streaming support to the firestore plugin. (ad1e754)
  • Address review feedback (b839e03)
  • fix 200 status code not being included (7d29e99)
  • Initial event grid plugin (272cb42)
  • rebase onto develop (02489db)
  • Update client and management auth (7eec1c7)
  • update mock generation (4ce8522)
  • azblob: Add azure storage plugin implementation (4bba069)
  • documents/dynamodb: Add QueryStream to dynamodb plugin. (276f7ec)
  • documents/mongodb: Add document streaming support. (41b7c13)

Bug Fixes

  • Add support for multiple query params. (383dde3)
  • Update lambda API gateway and tests to support multi query parameters. (9f28368)
  • plugin/sqs: use x-nitric-name to resolve queues (bc414be)

Code Refactoring

  • compact validation to reduce duplication. (17aac74)
  • make query functions pure, deduplicate code. (1ee0711)
  • Separate document test suites out. (231a9db)

Tests

  • Add document streaming test harness. (b13e262)
  • Connect document streaming test suite. (5eafa4f)
  • Fix issue with test caused by upgraded azure sdk (b6a41b8)
  • Update test to reflect new error codes (7b8cf17)
  • documents/firestore: Connect streaming test harness (bcb3316)
  • Fix unit tests (d44f959)
  • azqueue: Add tests for azure storage queues plugin (640f3e1)
  • documents/dynamodb: Connect dynamo document plugin to streaming test harness. (a4c84cf)
  • documents/mongodb: Connect query stream test harness. (71d9805)
  • Add presign url tests. (dae8324)

Continuous Integration

  • Add azure-membrane publishing. (13aad99)
  • Add workflow for triggering automatic generation of base SDKs. (a4f269d)
  • calculate the rc number for each dev release. (205dd65)
  • New dev/prod release workflow. (ae160b0)
  • Remove github actions references to GOLANG_TOKEN. (9f0b955)

-rc.19

Release v0.12.0-rc.18

09 Oct 23:20
4c68fb6
Compare
Choose a tag to compare
Release v0.12.0-rc.18 Pre-release
Pre-release

0.12.0 (2021-10-09)

Features

  • add grpc errors (6dc6bce)
  • aws: add ability to generate presigned URLs for files in buckets (7ec68bc)
  • Add access token for event grid requests (154aec9)
  • Add access token for key vault requests (275f69c)
  • Add client auth (fb187f6)
  • Add client auth (d53fc27)
  • Add initial Key Vault plugin (8178577)
  • Add key vault to azure membrane (4711fcd)
  • Add standard error codes (76e4c53)
  • Update key vault to use client library instead of admin library (0fd6b6d)
  • azqueue: azure storage queue plugin implementation (49b7d17)
  • documents/boltdb: Add boltdb streaming. (74ddeab)
  • documents/firestore: Add streaming support to the firestore plugin. (ad1e754)
  • Address review feedback (b839e03)
  • fix 200 status code not being included (7d29e99)
  • Initial event grid plugin (272cb42)
  • rebase onto develop (02489db)
  • Update client and management auth (7eec1c7)
  • update mock generation (4ce8522)
  • azblob: Add azure storage plugin implementation (4bba069)
  • documents/dynamodb: Add QueryStream to dynamodb plugin. (276f7ec)
  • documents/mongodb: Add document streaming support. (41b7c13)

Bug Fixes

  • Add support for multiple query params. (383dde3)
  • Update lambda API gateway and tests to support multi query parameters. (9f28368)
  • plugin/sqs: use x-nitric-name to resolve queues (bc414be)

Code Refactoring

  • compact validation to reduce duplication. (17aac74)
  • make query functions pure, deduplicate code. (1ee0711)
  • Separate document test suites out. (231a9db)

Tests

  • Add document streaming test harness. (b13e262)
  • Connect document streaming test suite. (5eafa4f)
  • Fix issue with test caused by upgraded azure sdk (b6a41b8)
  • Update test to reflect new error codes (7b8cf17)
  • documents/firestore: Connect streaming test harness (bcb3316)
  • Fix unit tests (d44f959)
  • azqueue: Add tests for azure storage queues plugin (640f3e1)
  • documents/dynamodb: Connect dynamo document plugin to streaming test harness. (a4c84cf)
  • documents/mongodb: Connect query stream test harness. (71d9805)

Continuous Integration

  • Add azure-membrane publishing. (13aad99)
  • Add workflow for triggering automatic generation of base SDKs. (a4f269d)
  • calculate the rc number for each dev release. (205dd65)
  • New dev/prod release workflow. (ae160b0)
  • Remove github actions references to GOLANG_TOKEN. (9f0b955)

-rc.18

Release v0.12.0-rc.17

06 Oct 05:52
7c15e54
Compare
Choose a tag to compare
Release v0.12.0-rc.17 Pre-release
Pre-release

0.12.0 (2021-10-06)

Features

  • add grpc errors (6dc6bce)
  • aws: add ability to generate presigned URLs for files in buckets (7ec68bc)
  • Add access token for event grid requests (154aec9)
  • Add access token for key vault requests (275f69c)
  • Add client auth (fb187f6)
  • Add client auth (d53fc27)
  • Add initial Key Vault plugin (8178577)
  • Add key vault to azure membrane (4711fcd)
  • Add standard error codes (76e4c53)
  • Update key vault to use client library instead of admin library (0fd6b6d)
  • azqueue: azure storage queue plugin implementation (49b7d17)
  • documents/boltdb: Add boltdb streaming. (74ddeab)
  • documents/firestore: Add streaming support to the firestore plugin. (ad1e754)
  • Address review feedback (b839e03)
  • fix 200 status code not being included (7d29e99)
  • Initial event grid plugin (272cb42)
  • rebase onto develop (02489db)
  • Update client and management auth (7eec1c7)
  • update mock generation (4ce8522)
  • azblob: Add azure storage plugin implementation (4bba069)
  • documents/dynamodb: Add QueryStream to dynamodb plugin. (276f7ec)
  • documents/mongodb: Add document streaming support. (41b7c13)

Bug Fixes

  • Add support for multiple query params. (383dde3)
  • Update lambda API gateway and tests to support multi query parameters. (9f28368)

Code Refactoring

  • compact validation to reduce duplication. (17aac74)
  • make query functions pure, deduplicate code. (1ee0711)
  • Separate document test suites out. (231a9db)

Tests

  • Add document streaming test harness. (b13e262)
  • Connect document streaming test suite. (5eafa4f)
  • Fix issue with test caused by upgraded azure sdk (b6a41b8)
  • Update test to reflect new error codes (7b8cf17)
  • documents/firestore: Connect streaming test harness (bcb3316)
  • Fix unit tests (d44f959)
  • azqueue: Add tests for azure storage queues plugin (640f3e1)
  • documents/dynamodb: Connect dynamo document plugin to streaming test harness. (a4c84cf)
  • documents/mongodb: Connect query stream test harness. (71d9805)

Continuous Integration

  • Add azure-membrane publishing. (13aad99)
  • Add workflow for triggering automatic generation of base SDKs. (a4f269d)
  • calculate the rc number for each dev release. (205dd65)
  • New dev/prod release workflow. (ae160b0)
  • Remove github actions references to GOLANG_TOKEN. (9f0b955)

-rc.17

Release v0.12.0-rc.16

05 Oct 22:05
a9d81b8
Compare
Choose a tag to compare
Release v0.12.0-rc.16 Pre-release
Pre-release

0.12.0 (2021-10-05)

Features

  • add grpc errors (6dc6bce)
  • aws: add ability to generate presigned URLs for files in buckets (7ec68bc)
  • Add access token for event grid requests (154aec9)
  • Add access token for key vault requests (275f69c)
  • Add client auth (fb187f6)
  • Add client auth (d53fc27)
  • Add initial Key Vault plugin (8178577)
  • Add key vault to azure membrane (4711fcd)
  • Add standard error codes (76e4c53)
  • Update key vault to use client library instead of admin library (0fd6b6d)
  • azqueue: azure storage queue plugin implementation (49b7d17)
  • documents/boltdb: Add boltdb streaming. (74ddeab)
  • documents/firestore: Add streaming support to the firestore plugin. (ad1e754)
  • Address review feedback (b839e03)
  • fix 200 status code not being included (7d29e99)
  • Initial event grid plugin (272cb42)
  • rebase onto develop (02489db)
  • Update client and management auth (7eec1c7)
  • update mock generation (4ce8522)
  • azblob: Add azure storage plugin implementation (4bba069)
  • documents/dynamodb: Add QueryStream to dynamodb plugin. (276f7ec)
  • documents/mongodb: Add document streaming support. (41b7c13)

Code Refactoring

  • compact validation to reduce duplication. (17aac74)
  • make query functions pure, deduplicate code. (1ee0711)
  • Separate document test suites out. (231a9db)

Tests

  • Add document streaming test harness. (b13e262)
  • Connect document streaming test suite. (5eafa4f)
  • Fix issue with test caused by upgraded azure sdk (b6a41b8)
  • Update test to reflect new error codes (7b8cf17)
  • documents/firestore: Connect streaming test harness (bcb3316)
  • Fix unit tests (d44f959)
  • azqueue: Add tests for azure storage queues plugin (640f3e1)
  • documents/dynamodb: Connect dynamo document plugin to streaming test harness. (a4c84cf)
  • documents/mongodb: Connect query stream test harness. (71d9805)

Continuous Integration

  • Add azure-membrane publishing. (13aad99)
  • Add workflow for triggering automatic generation of base SDKs. (a4f269d)
  • calculate the rc number for each dev release. (205dd65)
  • New dev/prod release workflow. (ae160b0)
  • Remove github actions references to GOLANG_TOKEN. (9f0b955)

-rc.16

Release v0.12.0-rc.15

23 Sep 04:23
b4f03d7
Compare
Choose a tag to compare
Release v0.12.0-rc.15 Pre-release
Pre-release

0.12.0 (2021-09-23)

Features

  • add grpc errors (6dc6bce)
  • aws: add ability to generate presigned URLs for files in buckets (7ec68bc)
  • Add access token for event grid requests (154aec9)
  • Add access token for key vault requests (275f69c)
  • Add client auth (fb187f6)
  • Add client auth (d53fc27)
  • Add initial Key Vault plugin (8178577)
  • Add key vault to azure membrane (4711fcd)
  • Add standard error codes (76e4c53)
  • Update key vault to use client library instead of admin library (0fd6b6d)
  • azqueue: azure storage queue plugin implementation (49b7d17)
  • documents/boltdb: Add boltdb streaming. (74ddeab)
  • documents/firestore: Add streaming support to the firestore plugin. (ad1e754)
  • Address review feedback (b839e03)
  • fix 200 status code not being included (7d29e99)
  • Initial event grid plugin (272cb42)
  • rebase onto develop (02489db)
  • Update client and management auth (7eec1c7)
  • update mock generation (4ce8522)
  • azblob: Add azure storage plugin implementation (4bba069)
  • documents/dynamodb: Add QueryStream to dynamodb plugin. (276f7ec)
  • documents/mongodb: Add document streaming support. (41b7c13)

Code Refactoring

  • compact validation to reduce duplication. (17aac74)
  • make query functions pure, deduplicate code. (1ee0711)
  • Separate document test suites out. (231a9db)

Tests

  • Add document streaming test harness. (b13e262)
  • Connect document streaming test suite. (5eafa4f)
  • Fix issue with test caused by upgraded azure sdk (b6a41b8)
  • Update test to reflect new error codes (7b8cf17)
  • documents/firestore: Connect streaming test harness (bcb3316)
  • Fix unit tests (d44f959)
  • azqueue: Add tests for azure storage queues plugin (640f3e1)
  • documents/dynamodb: Connect dynamo document plugin to streaming test harness. (a4c84cf)
  • documents/mongodb: Connect query stream test harness. (71d9805)

Continuous Integration

  • Add azure-membrane publishing. (13aad99)
  • Add workflow for triggering automatic generation of base SDKs. (a4f269d)
  • calculate the rc number for each dev release. (205dd65)
  • New dev/prod release workflow. (ae160b0)

-rc.15

Release v0.12.0-rc.14

22 Sep 03:58
08d14f5
Compare
Choose a tag to compare
Release v0.12.0-rc.14 Pre-release
Pre-release

0.12.0 (2021-09-22)

Features

  • add grpc errors (6dc6bce)
  • aws: add ability to generate presigned URLs for files in buckets (7ec68bc)
  • Add access token for event grid requests (154aec9)
  • Add access token for key vault requests (275f69c)
  • Add client auth (fb187f6)
  • Add client auth (d53fc27)
  • Add initial Key Vault plugin (8178577)
  • Add key vault to azure membrane (4711fcd)
  • Add standard error codes (76e4c53)
  • Update key vault to use client library instead of admin library (0fd6b6d)
  • documents/boltdb: Add boltdb streaming. (74ddeab)
  • documents/firestore: Add streaming support to the firestore plugin. (ad1e754)
  • Address review feedback (b839e03)
  • fix 200 status code not being included (7d29e99)
  • Initial event grid plugin (272cb42)
  • rebase onto develop (02489db)
  • Update client and management auth (7eec1c7)
  • update mock generation (4ce8522)
  • documents/dynamodb: Add QueryStream to dynamodb plugin. (276f7ec)
  • documents/mongodb: Add document streaming support. (41b7c13)

Code Refactoring

  • compact validation to reduce duplication. (17aac74)
  • make query functions pure, deduplicate code. (1ee0711)
  • Separate document test suites out. (231a9db)

Tests

  • Add document streaming test harness. (b13e262)
  • Connect document streaming test suite. (5eafa4f)
  • Fix issue with test caused by upgraded azure sdk (b6a41b8)
  • Update test to reflect new error codes (7b8cf17)
  • documents/firestore: Connect streaming test harness (bcb3316)
  • Fix unit tests (d44f959)
  • documents/dynamodb: Connect dynamo document plugin to streaming test harness. (a4c84cf)
  • documents/mongodb: Connect query stream test harness. (71d9805)

Continuous Integration

  • Add azure-membrane publishing. (13aad99)
  • Add workflow for triggering automatic generation of base SDKs. (a4f269d)
  • calculate the rc number for each dev release. (205dd65)
  • New dev/prod release workflow. (ae160b0)

-rc.14