Skip to content

Releases: betaboon/aio-microservice

0.12.0

30 Apr 14:46
cc78e9f
Compare
Choose a tag to compare

CHANGELOG

v0.12.0 (2024-04-30)

Feature

  • feat(core): expose cors configuration (f6c1b5d)

v0.11.1 (2024-04-22)

Fix

  • fix(core): help without default-values (revert schema-export) (846d534)

v0.11.0 (2024-04-19)

Feature

  • feat(graphql): allow passing context_value for testing

Problem

graphql extension does not allow to pass a custom context value when
doing service.schema.execute(). One use case is to pass a request
with headers to test the authentication logic.

Solution

An optional context_value is now accepted as argument to
schema.execute and schema.subscribe.

Note

The http module now also exports litestar.Request and
litestar.testing.RequestFactory, useful when writing tests. (5d2c12e)

v0.10.0 (2024-03-23)

Chore

  • chore: fail tests when coverage is under 100% (d399533)

Feature

  • feat(core): add schema export subcommand (9600b6f)

  • feat(core): add version subcommand (24b6028)

  • feat(core): separate cli into subcommands (8182579)

Fix

  • fix: add missing graphql-extra (b3b4d45)

Refactor

  • refactor(core): use inline-functions for click-code (db441e9)

Test

  • test(amqp): fix names of some tests (a489a1b)

  • test(core): use MockerFixture instead of MockFixture (1badef4)

v0.9.0 (2024-03-21)

Feature

  • feat(amqp): move prefetch-count and shutdown-timeout to settings (2f22762)

v0.8.0 (2024-03-21)

Feature

  • feat(core): expose uvicorn keep-alive timeout (ead3ced)

Test

  • test(graphql): add missing test for schema-download (cbbb91a)

v0.7.1 (2024-03-20)

Fix

  • fix(graphql): prevent function-name collision (5a81d9e)

v0.7.0 (2024-03-20)

Feature

  • feat(graphql): add initial strawberry-integration (8ca0bfb)

v0.6.1 (2024-03-19)

Fix

  • fix(amqp): expose graceful-timeout option (a5c5c1b)

v0.6.0 (2024-03-05)

Feature

  • feat(amqp): expose prefetch-count configuration (05bcd38)

v0.5.0 (2024-03-04)

Chore

  • chore: update dependencies (720dd6a)

  • chore: update copier template (2c2a71a)

Feature

  • feat(core): rename ServiceExtensionABC to ExtensionABC (29d3473)

Fix

  • fix(core): don't break extension-initialization with custom base-service (ad50440)

v0.4.0 (2024-02-28)

Documentation

  • docs(examples): fix wrong typing of constructors (f44f11c)

Feature

  • feat(core): add support for litestar listeners (6cd5d03)

  • feat(core): expose litestar-app-instance (56feda3)

  • feat(scheduler): expose apscheduler-instance (3a46f38)

Refactor

  • refactor(core): rename internal variables that are used for litestar (1d5226b)

  • refactor: use inspect to collect decorated functions (6659e3b)

Test

  • test: rename amqp-test-broker tests (bf7bd5f)

v0.3.1 (2024-02-22)

Fix

  • fix(amqp): re-export RabbitBroker and context (c20ca07)

v0.3.0 (2024-02-22)

Feature

  • feat(http): add support for litestart controllers (bd05808)

  • feat(amqp): add support for faststream middlewares (e435df7)

v0.2.4 (2024-02-22)

Fix

  • fix(s3): expose boto3-session object (f1e7c76)

  • fix(amqp): expose retry for subscriber (073263c)

v0.2.3 (2024-02-21)

Fix

  • fix(amqp): re-export faststream RabbitQueue and RabbitExchange (e8ec47c)

v0.2.2 (2024-02-21)

Fix

  • fix: amqp missing in all-extra (ca2c90b)

v0.2.1 (2024-02-20)

Fix

  • fix(amqp): add more subscriber- and publisher-arguments (d1eaccd)

  • fix(s3): add missing setting descriptions (a8112ba)

v0.2.0 (2024-02-20)

Chore

  • chore: update copier template (d1cea41)

  • chore: update copier-template (3b23870)

Documentation

  • docs: fix ci-badge in readme (a49e9f9)

Feature

  • feat: initial implementation (b597fa3)

v0.1.2 (2024-01-26)

Fix

  • fix: migrate to copier-template (7c22cdb)

v0.1.1 (2023-04-23)

Feature

Unknown

0.11.1

22 Apr 16:41
39246ce
Compare
Choose a tag to compare

CHANGELOG

v0.11.1 (2024-04-22)

Fix

  • fix(core): help without default-values (revert schema-export) (846d534)

v0.11.0 (2024-04-19)

Feature

  • feat(graphql): allow passing context_value for testing

Problem

graphql extension does not allow to pass a custom context value when
doing service.schema.execute(). One use case is to pass a request
with headers to test the authentication logic.

Solution

An optional context_value is now accepted as argument to
schema.execute and schema.subscribe.

Note

The http module now also exports litestar.Request and
litestar.testing.RequestFactory, useful when writing tests. (5d2c12e)

v0.10.0 (2024-03-23)

Chore

  • chore: fail tests when coverage is under 100% (d399533)

Feature

  • feat(core): add schema export subcommand (9600b6f)

  • feat(core): add version subcommand (24b6028)

  • feat(core): separate cli into subcommands (8182579)

Fix

  • fix: add missing graphql-extra (b3b4d45)

Refactor

  • refactor(core): use inline-functions for click-code (db441e9)

Test

  • test(amqp): fix names of some tests (a489a1b)

  • test(core): use MockerFixture instead of MockFixture (1badef4)

v0.9.0 (2024-03-21)

Feature

  • feat(amqp): move prefetch-count and shutdown-timeout to settings (2f22762)

v0.8.0 (2024-03-21)

Feature

  • feat(core): expose uvicorn keep-alive timeout (ead3ced)

Test

  • test(graphql): add missing test for schema-download (cbbb91a)

v0.7.1 (2024-03-20)

Fix

  • fix(graphql): prevent function-name collision (5a81d9e)

v0.7.0 (2024-03-20)

Feature

  • feat(graphql): add initial strawberry-integration (8ca0bfb)

v0.6.1 (2024-03-19)

Fix

  • fix(amqp): expose graceful-timeout option (a5c5c1b)

v0.6.0 (2024-03-05)

Feature

  • feat(amqp): expose prefetch-count configuration (05bcd38)

v0.5.0 (2024-03-04)

Chore

  • chore: update dependencies (720dd6a)

  • chore: update copier template (2c2a71a)

Feature

  • feat(core): rename ServiceExtensionABC to ExtensionABC (29d3473)

Fix

  • fix(core): don't break extension-initialization with custom base-service (ad50440)

v0.4.0 (2024-02-28)

Documentation

  • docs(examples): fix wrong typing of constructors (f44f11c)

Feature

  • feat(core): add support for litestar listeners (6cd5d03)

  • feat(core): expose litestar-app-instance (56feda3)

  • feat(scheduler): expose apscheduler-instance (3a46f38)

Refactor

  • refactor(core): rename internal variables that are used for litestar (1d5226b)

  • refactor: use inspect to collect decorated functions (6659e3b)

Test

  • test: rename amqp-test-broker tests (bf7bd5f)

v0.3.1 (2024-02-22)

Fix

  • fix(amqp): re-export RabbitBroker and context (c20ca07)

v0.3.0 (2024-02-22)

Feature

  • feat(http): add support for litestart controllers (bd05808)

  • feat(amqp): add support for faststream middlewares (e435df7)

v0.2.4 (2024-02-22)

Fix

  • fix(s3): expose boto3-session object (f1e7c76)

  • fix(amqp): expose retry for subscriber (073263c)

v0.2.3 (2024-02-21)

Fix

  • fix(amqp): re-export faststream RabbitQueue and RabbitExchange (e8ec47c)

v0.2.2 (2024-02-21)

Fix

  • fix: amqp missing in all-extra (ca2c90b)

v0.2.1 (2024-02-20)

Fix

  • fix(amqp): add more subscriber- and publisher-arguments (d1eaccd)

  • fix(s3): add missing setting descriptions (a8112ba)

v0.2.0 (2024-02-20)

Chore

  • chore: update copier template (d1cea41)

  • chore: update copier-template (3b23870)

Documentation

  • docs: fix ci-badge in readme (a49e9f9)

Feature

  • feat: initial implementation (b597fa3)

v0.1.2 (2024-01-26)

Fix

  • fix: migrate to copier-template (7c22cdb)

v0.1.1 (2023-04-23)

Feature

Unknown

0.11.0

19 Apr 15:55
c0270a4
Compare
Choose a tag to compare

CHANGELOG

v0.11.0 (2024-04-19)

Feature

  • feat(graphql): allow passing context_value for testing

Problem

graphql extension does not allow to pass a custom context value when
doing service.schema.execute(). One use case is to pass a request
with headers to test the authentication logic.

Solution

An optional context_value is now accepted as argument to
schema.execute and schema.subscribe.

Note

The http module now also exports litestar.Request and
litestar.testing.RequestFactory, useful when writing tests. (5d2c12e)

v0.10.0 (2024-03-23)

Chore

  • chore: fail tests when coverage is under 100% (d399533)

Feature

  • feat(core): add schema export subcommand (9600b6f)

  • feat(core): add version subcommand (24b6028)

  • feat(core): separate cli into subcommands (8182579)

Fix

  • fix: add missing graphql-extra (b3b4d45)

Refactor

  • refactor(core): use inline-functions for click-code (db441e9)

Test

  • test(amqp): fix names of some tests (a489a1b)

  • test(core): use MockerFixture instead of MockFixture (1badef4)

v0.9.0 (2024-03-21)

Feature

  • feat(amqp): move prefetch-count and shutdown-timeout to settings (2f22762)

v0.8.0 (2024-03-21)

Feature

  • feat(core): expose uvicorn keep-alive timeout (ead3ced)

Test

  • test(graphql): add missing test for schema-download (cbbb91a)

v0.7.1 (2024-03-20)

Fix

  • fix(graphql): prevent function-name collision (5a81d9e)

v0.7.0 (2024-03-20)

Feature

  • feat(graphql): add initial strawberry-integration (8ca0bfb)

v0.6.1 (2024-03-19)

Fix

  • fix(amqp): expose graceful-timeout option (a5c5c1b)

v0.6.0 (2024-03-05)

Feature

  • feat(amqp): expose prefetch-count configuration (05bcd38)

v0.5.0 (2024-03-04)

Chore

  • chore: update dependencies (720dd6a)

  • chore: update copier template (2c2a71a)

Feature

  • feat(core): rename ServiceExtensionABC to ExtensionABC (29d3473)

Fix

  • fix(core): don't break extension-initialization with custom base-service (ad50440)

v0.4.0 (2024-02-28)

Documentation

  • docs(examples): fix wrong typing of constructors (f44f11c)

Feature

  • feat(core): add support for litestar listeners (6cd5d03)

  • feat(core): expose litestar-app-instance (56feda3)

  • feat(scheduler): expose apscheduler-instance (3a46f38)

Refactor

  • refactor(core): rename internal variables that are used for litestar (1d5226b)

  • refactor: use inspect to collect decorated functions (6659e3b)

Test

  • test: rename amqp-test-broker tests (bf7bd5f)

v0.3.1 (2024-02-22)

Fix

  • fix(amqp): re-export RabbitBroker and context (c20ca07)

v0.3.0 (2024-02-22)

Feature

  • feat(http): add support for litestart controllers (bd05808)

  • feat(amqp): add support for faststream middlewares (e435df7)

v0.2.4 (2024-02-22)

Fix

  • fix(s3): expose boto3-session object (f1e7c76)

  • fix(amqp): expose retry for subscriber (073263c)

v0.2.3 (2024-02-21)

Fix

  • fix(amqp): re-export faststream RabbitQueue and RabbitExchange (e8ec47c)

v0.2.2 (2024-02-21)

Fix

  • fix: amqp missing in all-extra (ca2c90b)

v0.2.1 (2024-02-20)

Fix

  • fix(amqp): add more subscriber- and publisher-arguments (d1eaccd)

  • fix(s3): add missing setting descriptions (a8112ba)

v0.2.0 (2024-02-20)

Chore

  • chore: update copier template (d1cea41)

  • chore: update copier-template (3b23870)

Documentation

  • docs: fix ci-badge in readme (a49e9f9)

Feature

  • feat: initial implementation (b597fa3)

v0.1.2 (2024-01-26)

Fix

  • fix: migrate to copier-template (7c22cdb)

v0.1.1 (2023-04-23)

Feature

Unknown

0.10.0

23 Mar 12:39
c67be27
Compare
Choose a tag to compare

CHANGELOG

v0.10.0 (2024-03-23)

Chore

  • chore: fail tests when coverage is under 100% (d399533)

Feature

  • feat(core): add schema export subcommand (9600b6f)

  • feat(core): add version subcommand (24b6028)

  • feat(core): separate cli into subcommands (8182579)

Fix

  • fix: add missing graphql-extra (b3b4d45)

Refactor

  • refactor(core): use inline-functions for click-code (db441e9)

Test

  • test(amqp): fix names of some tests (a489a1b)

  • test(core): use MockerFixture instead of MockFixture (1badef4)

v0.9.0 (2024-03-21)

Feature

  • feat(amqp): move prefetch-count and shutdown-timeout to settings (2f22762)

v0.8.0 (2024-03-21)

Feature

  • feat(core): expose uvicorn keep-alive timeout (ead3ced)

Test

  • test(graphql): add missing test for schema-download (cbbb91a)

v0.7.1 (2024-03-20)

Fix

  • fix(graphql): prevent function-name collision (5a81d9e)

v0.7.0 (2024-03-20)

Feature

  • feat(graphql): add initial strawberry-integration (8ca0bfb)

v0.6.1 (2024-03-19)

Fix

  • fix(amqp): expose graceful-timeout option (a5c5c1b)

v0.6.0 (2024-03-05)

Feature

  • feat(amqp): expose prefetch-count configuration (05bcd38)

v0.5.0 (2024-03-04)

Chore

  • chore: update dependencies (720dd6a)

  • chore: update copier template (2c2a71a)

Feature

  • feat(core): rename ServiceExtensionABC to ExtensionABC (29d3473)

Fix

  • fix(core): don't break extension-initialization with custom base-service (ad50440)

v0.4.0 (2024-02-28)

Documentation

  • docs(examples): fix wrong typing of constructors (f44f11c)

Feature

  • feat(core): add support for litestar listeners (6cd5d03)

  • feat(core): expose litestar-app-instance (56feda3)

  • feat(scheduler): expose apscheduler-instance (3a46f38)

Refactor

  • refactor(core): rename internal variables that are used for litestar (1d5226b)

  • refactor: use inspect to collect decorated functions (6659e3b)

Test

  • test: rename amqp-test-broker tests (bf7bd5f)

v0.3.1 (2024-02-22)

Fix

  • fix(amqp): re-export RabbitBroker and context (c20ca07)

v0.3.0 (2024-02-22)

Feature

  • feat(http): add support for litestart controllers (bd05808)

  • feat(amqp): add support for faststream middlewares (e435df7)

v0.2.4 (2024-02-22)

Fix

  • fix(s3): expose boto3-session object (f1e7c76)

  • fix(amqp): expose retry for subscriber (073263c)

v0.2.3 (2024-02-21)

Fix

  • fix(amqp): re-export faststream RabbitQueue and RabbitExchange (e8ec47c)

v0.2.2 (2024-02-21)

Fix

  • fix: amqp missing in all-extra (ca2c90b)

v0.2.1 (2024-02-20)

Fix

  • fix(amqp): add more subscriber- and publisher-arguments (d1eaccd)

  • fix(s3): add missing setting descriptions (a8112ba)

v0.2.0 (2024-02-20)

Chore

  • chore: update copier template (d1cea41)

  • chore: update copier-template (3b23870)

Documentation

  • docs: fix ci-badge in readme (a49e9f9)

Feature

  • feat: initial implementation (b597fa3)

v0.1.2 (2024-01-26)

Fix

  • fix: migrate to copier-template (7c22cdb)

v0.1.1 (2023-04-23)

Feature

Unknown

0.9.0

21 Mar 17:23
5072e2b
Compare
Choose a tag to compare

CHANGELOG

v0.9.0 (2024-03-21)

Feature

  • feat(amqp): move prefetch-count and shutdown-timeout to settings (2f22762)

v0.8.0 (2024-03-21)

Feature

  • feat(core): expose uvicorn keep-alive timeout (ead3ced)

Test

  • test(graphql): add missing test for schema-download (cbbb91a)

v0.7.1 (2024-03-20)

Fix

  • fix(graphql): prevent function-name collision (5a81d9e)

v0.7.0 (2024-03-20)

Feature

  • feat(graphql): add initial strawberry-integration (8ca0bfb)

v0.6.1 (2024-03-19)

Fix

  • fix(amqp): expose graceful-timeout option (a5c5c1b)

v0.6.0 (2024-03-05)

Feature

  • feat(amqp): expose prefetch-count configuration (05bcd38)

v0.5.0 (2024-03-04)

Chore

  • chore: update dependencies (720dd6a)

  • chore: update copier template (2c2a71a)

Feature

  • feat(core): rename ServiceExtensionABC to ExtensionABC (29d3473)

Fix

  • fix(core): don't break extension-initialization with custom base-service (ad50440)

v0.4.0 (2024-02-28)

Documentation

  • docs(examples): fix wrong typing of constructors (f44f11c)

Feature

  • feat(core): add support for litestar listeners (6cd5d03)

  • feat(core): expose litestar-app-instance (56feda3)

  • feat(scheduler): expose apscheduler-instance (3a46f38)

Refactor

  • refactor(core): rename internal variables that are used for litestar (1d5226b)

  • refactor: use inspect to collect decorated functions (6659e3b)

Test

  • test: rename amqp-test-broker tests (bf7bd5f)

v0.3.1 (2024-02-22)

Fix

  • fix(amqp): re-export RabbitBroker and context (c20ca07)

v0.3.0 (2024-02-22)

Feature

  • feat(http): add support for litestart controllers (bd05808)

  • feat(amqp): add support for faststream middlewares (e435df7)

v0.2.4 (2024-02-22)

Fix

  • fix(s3): expose boto3-session object (f1e7c76)

  • fix(amqp): expose retry for subscriber (073263c)

v0.2.3 (2024-02-21)

Fix

  • fix(amqp): re-export faststream RabbitQueue and RabbitExchange (e8ec47c)

v0.2.2 (2024-02-21)

Fix

  • fix: amqp missing in all-extra (ca2c90b)

v0.2.1 (2024-02-20)

Fix

  • fix(amqp): add more subscriber- and publisher-arguments (d1eaccd)

  • fix(s3): add missing setting descriptions (a8112ba)

v0.2.0 (2024-02-20)

Chore

  • chore: update copier template (d1cea41)

  • chore: update copier-template (3b23870)

Documentation

  • docs: fix ci-badge in readme (a49e9f9)

Feature

  • feat: initial implementation (b597fa3)

v0.1.2 (2024-01-26)

Fix

  • fix: migrate to copier-template (7c22cdb)

v0.1.1 (2023-04-23)

Feature

Unknown

0.8.0

21 Mar 14:29
82a7ad9
Compare
Choose a tag to compare

CHANGELOG

v0.8.0 (2024-03-21)

Feature

  • feat(core): expose uvicorn keep-alive timeout (ead3ced)

Test

  • test(graphql): add missing test for schema-download (cbbb91a)

v0.7.1 (2024-03-20)

Fix

  • fix(graphql): prevent function-name collision (5a81d9e)

v0.7.0 (2024-03-20)

Feature

  • feat(graphql): add initial strawberry-integration (8ca0bfb)

v0.6.1 (2024-03-19)

Fix

  • fix(amqp): expose graceful-timeout option (a5c5c1b)

v0.6.0 (2024-03-05)

Feature

  • feat(amqp): expose prefetch-count configuration (05bcd38)

v0.5.0 (2024-03-04)

Chore

  • chore: update dependencies (720dd6a)

  • chore: update copier template (2c2a71a)

Feature

  • feat(core): rename ServiceExtensionABC to ExtensionABC (29d3473)

Fix

  • fix(core): don't break extension-initialization with custom base-service (ad50440)

v0.4.0 (2024-02-28)

Documentation

  • docs(examples): fix wrong typing of constructors (f44f11c)

Feature

  • feat(core): add support for litestar listeners (6cd5d03)

  • feat(core): expose litestar-app-instance (56feda3)

  • feat(scheduler): expose apscheduler-instance (3a46f38)

Refactor

  • refactor(core): rename internal variables that are used for litestar (1d5226b)

  • refactor: use inspect to collect decorated functions (6659e3b)

Test

  • test: rename amqp-test-broker tests (bf7bd5f)

v0.3.1 (2024-02-22)

Fix

  • fix(amqp): re-export RabbitBroker and context (c20ca07)

v0.3.0 (2024-02-22)

Feature

  • feat(http): add support for litestart controllers (bd05808)

  • feat(amqp): add support for faststream middlewares (e435df7)

v0.2.4 (2024-02-22)

Fix

  • fix(s3): expose boto3-session object (f1e7c76)

  • fix(amqp): expose retry for subscriber (073263c)

v0.2.3 (2024-02-21)

Fix

  • fix(amqp): re-export faststream RabbitQueue and RabbitExchange (e8ec47c)

v0.2.2 (2024-02-21)

Fix

  • fix: amqp missing in all-extra (ca2c90b)

v0.2.1 (2024-02-20)

Fix

  • fix(amqp): add more subscriber- and publisher-arguments (d1eaccd)

  • fix(s3): add missing setting descriptions (a8112ba)

v0.2.0 (2024-02-20)

Chore

  • chore: update copier template (d1cea41)

  • chore: update copier-template (3b23870)

Documentation

  • docs: fix ci-badge in readme (a49e9f9)

Feature

  • feat: initial implementation (b597fa3)

v0.1.2 (2024-01-26)

Fix

  • fix: migrate to copier-template (7c22cdb)

v0.1.1 (2023-04-23)

Feature

Unknown

0.7.1

20 Mar 13:12
cc06052
Compare
Choose a tag to compare

CHANGELOG

v0.7.1 (2024-03-20)

Fix

  • fix(graphql): prevent function-name collision (5a81d9e)

v0.7.0 (2024-03-20)

Feature

  • feat(graphql): add initial strawberry-integration (8ca0bfb)

v0.6.1 (2024-03-19)

Fix

  • fix(amqp): expose graceful-timeout option (a5c5c1b)

v0.6.0 (2024-03-05)

Feature

  • feat(amqp): expose prefetch-count configuration (05bcd38)

v0.5.0 (2024-03-04)

Chore

  • chore: update dependencies (720dd6a)

  • chore: update copier template (2c2a71a)

Feature

  • feat(core): rename ServiceExtensionABC to ExtensionABC (29d3473)

Fix

  • fix(core): don't break extension-initialization with custom base-service (ad50440)

v0.4.0 (2024-02-28)

Documentation

  • docs(examples): fix wrong typing of constructors (f44f11c)

Feature

  • feat(core): add support for litestar listeners (6cd5d03)

  • feat(core): expose litestar-app-instance (56feda3)

  • feat(scheduler): expose apscheduler-instance (3a46f38)

Refactor

  • refactor(core): rename internal variables that are used for litestar (1d5226b)

  • refactor: use inspect to collect decorated functions (6659e3b)

Test

  • test: rename amqp-test-broker tests (bf7bd5f)

v0.3.1 (2024-02-22)

Fix

  • fix(amqp): re-export RabbitBroker and context (c20ca07)

v0.3.0 (2024-02-22)

Feature

  • feat(http): add support for litestart controllers (bd05808)

  • feat(amqp): add support for faststream middlewares (e435df7)

v0.2.4 (2024-02-22)

Fix

  • fix(s3): expose boto3-session object (f1e7c76)

  • fix(amqp): expose retry for subscriber (073263c)

v0.2.3 (2024-02-21)

Fix

  • fix(amqp): re-export faststream RabbitQueue and RabbitExchange (e8ec47c)

v0.2.2 (2024-02-21)

Fix

  • fix: amqp missing in all-extra (ca2c90b)

v0.2.1 (2024-02-20)

Fix

  • fix(amqp): add more subscriber- and publisher-arguments (d1eaccd)

  • fix(s3): add missing setting descriptions (a8112ba)

v0.2.0 (2024-02-20)

Chore

  • chore: update copier template (d1cea41)

  • chore: update copier-template (3b23870)

Documentation

  • docs: fix ci-badge in readme (a49e9f9)

Feature

  • feat: initial implementation (b597fa3)

v0.1.2 (2024-01-26)

Fix

  • fix: migrate to copier-template (7c22cdb)

v0.1.1 (2023-04-23)

Feature

Unknown

0.7.0

20 Mar 08:21
d9e5a3f
Compare
Choose a tag to compare

CHANGELOG

v0.7.0 (2024-03-20)

Feature

  • feat(graphql): add initial strawberry-integration (8ca0bfb)

v0.6.1 (2024-03-19)

Fix

  • fix(amqp): expose graceful-timeout option (a5c5c1b)

v0.6.0 (2024-03-05)

Feature

  • feat(amqp): expose prefetch-count configuration (05bcd38)

v0.5.0 (2024-03-04)

Chore

  • chore: update dependencies (720dd6a)

  • chore: update copier template (2c2a71a)

Feature

  • feat(core): rename ServiceExtensionABC to ExtensionABC (29d3473)

Fix

  • fix(core): don't break extension-initialization with custom base-service (ad50440)

v0.4.0 (2024-02-28)

Documentation

  • docs(examples): fix wrong typing of constructors (f44f11c)

Feature

  • feat(core): add support for litestar listeners (6cd5d03)

  • feat(core): expose litestar-app-instance (56feda3)

  • feat(scheduler): expose apscheduler-instance (3a46f38)

Refactor

  • refactor(core): rename internal variables that are used for litestar (1d5226b)

  • refactor: use inspect to collect decorated functions (6659e3b)

Test

  • test: rename amqp-test-broker tests (bf7bd5f)

v0.3.1 (2024-02-22)

Fix

  • fix(amqp): re-export RabbitBroker and context (c20ca07)

v0.3.0 (2024-02-22)

Feature

  • feat(http): add support for litestart controllers (bd05808)

  • feat(amqp): add support for faststream middlewares (e435df7)

v0.2.4 (2024-02-22)

Fix

  • fix(s3): expose boto3-session object (f1e7c76)

  • fix(amqp): expose retry for subscriber (073263c)

v0.2.3 (2024-02-21)

Fix

  • fix(amqp): re-export faststream RabbitQueue and RabbitExchange (e8ec47c)

v0.2.2 (2024-02-21)

Fix

  • fix: amqp missing in all-extra (ca2c90b)

v0.2.1 (2024-02-20)

Fix

  • fix(amqp): add more subscriber- and publisher-arguments (d1eaccd)

  • fix(s3): add missing setting descriptions (a8112ba)

v0.2.0 (2024-02-20)

Chore

  • chore: update copier template (d1cea41)

  • chore: update copier-template (3b23870)

Documentation

  • docs: fix ci-badge in readme (a49e9f9)

Feature

  • feat: initial implementation (b597fa3)

v0.1.2 (2024-01-26)

Fix

  • fix: migrate to copier-template (7c22cdb)

v0.1.1 (2023-04-23)

Feature

Unknown

0.6.1

19 Mar 14:41
6fac95b
Compare
Choose a tag to compare

CHANGELOG

v0.6.1 (2024-03-19)

Fix

  • fix(amqp): expose graceful-timeout option (a5c5c1b)

v0.6.0 (2024-03-05)

Feature

  • feat(amqp): expose prefetch-count configuration (05bcd38)

v0.5.0 (2024-03-04)

Chore

  • chore: update dependencies (720dd6a)

  • chore: update copier template (2c2a71a)

Feature

  • feat(core): rename ServiceExtensionABC to ExtensionABC (29d3473)

Fix

  • fix(core): don't break extension-initialization with custom base-service (ad50440)

v0.4.0 (2024-02-28)

Documentation

  • docs(examples): fix wrong typing of constructors (f44f11c)

Feature

  • feat(core): add support for litestar listeners (6cd5d03)

  • feat(core): expose litestar-app-instance (56feda3)

  • feat(scheduler): expose apscheduler-instance (3a46f38)

Refactor

  • refactor(core): rename internal variables that are used for litestar (1d5226b)

  • refactor: use inspect to collect decorated functions (6659e3b)

Test

  • test: rename amqp-test-broker tests (bf7bd5f)

v0.3.1 (2024-02-22)

Fix

  • fix(amqp): re-export RabbitBroker and context (c20ca07)

v0.3.0 (2024-02-22)

Feature

  • feat(http): add support for litestart controllers (bd05808)

  • feat(amqp): add support for faststream middlewares (e435df7)

v0.2.4 (2024-02-22)

Fix

  • fix(s3): expose boto3-session object (f1e7c76)

  • fix(amqp): expose retry for subscriber (073263c)

v0.2.3 (2024-02-21)

Fix

  • fix(amqp): re-export faststream RabbitQueue and RabbitExchange (e8ec47c)

v0.2.2 (2024-02-21)

Fix

  • fix: amqp missing in all-extra (ca2c90b)

v0.2.1 (2024-02-20)

Fix

  • fix(amqp): add more subscriber- and publisher-arguments (d1eaccd)

  • fix(s3): add missing setting descriptions (a8112ba)

v0.2.0 (2024-02-20)

Chore

  • chore: update copier template (d1cea41)

  • chore: update copier-template (3b23870)

Documentation

  • docs: fix ci-badge in readme (a49e9f9)

Feature

  • feat: initial implementation (b597fa3)

v0.1.2 (2024-01-26)

Fix

  • fix: migrate to copier-template (7c22cdb)

v0.1.1 (2023-04-23)

Feature

Unknown

0.6.0

05 Mar 14:03
db0b773
Compare
Choose a tag to compare

CHANGELOG

v0.6.0 (2024-03-05)

Feature

  • feat(amqp): expose prefetch-count configuration (05bcd38)

v0.5.0 (2024-03-04)

Chore

  • chore: update dependencies (720dd6a)

  • chore: update copier template (2c2a71a)

Feature

  • feat(core): rename ServiceExtensionABC to ExtensionABC (29d3473)

Fix

  • fix(core): don't break extension-initialization with custom base-service (ad50440)

v0.4.0 (2024-02-28)

Documentation

  • docs(examples): fix wrong typing of constructors (f44f11c)

Feature

  • feat(core): add support for litestar listeners (6cd5d03)

  • feat(core): expose litestar-app-instance (56feda3)

  • feat(scheduler): expose apscheduler-instance (3a46f38)

Refactor

  • refactor(core): rename internal variables that are used for litestar (1d5226b)

  • refactor: use inspect to collect decorated functions (6659e3b)

Test

  • test: rename amqp-test-broker tests (bf7bd5f)

v0.3.1 (2024-02-22)

Fix

  • fix(amqp): re-export RabbitBroker and context (c20ca07)

v0.3.0 (2024-02-22)

Feature

  • feat(http): add support for litestart controllers (bd05808)

  • feat(amqp): add support for faststream middlewares (e435df7)

v0.2.4 (2024-02-22)

Fix

  • fix(s3): expose boto3-session object (f1e7c76)

  • fix(amqp): expose retry for subscriber (073263c)

v0.2.3 (2024-02-21)

Fix

  • fix(amqp): re-export faststream RabbitQueue and RabbitExchange (e8ec47c)

v0.2.2 (2024-02-21)

Fix

  • fix: amqp missing in all-extra (ca2c90b)

v0.2.1 (2024-02-20)

Fix

  • fix(amqp): add more subscriber- and publisher-arguments (d1eaccd)

  • fix(s3): add missing setting descriptions (a8112ba)

v0.2.0 (2024-02-20)

Chore

  • chore: update copier template (d1cea41)

  • chore: update copier-template (3b23870)

Documentation

  • docs: fix ci-badge in readme (a49e9f9)

Feature

  • feat: initial implementation (b597fa3)

v0.1.2 (2024-01-26)

Fix

  • fix: migrate to copier-template (7c22cdb)

v0.1.1 (2023-04-23)

Feature

Unknown