Skip to content

Commit 34141e3

Browse files
committed
0.8.3 version bump
Signed-off-by: Lance-Drane <[email protected]>
1 parent a9f9d11 commit 34141e3

File tree

17 files changed

+22
-16
lines changed

17 files changed

+22
-16
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
We follow [Common Changelog](https://common-changelog.org/) formatting for this document.
44

5+
## [0.8.3] - 2025-05-27
6+
7+
### Fixed
8+
9+
- (AMQP): Services using `@intersect_message` endpoints + Clients should now be able to execute long-running tasks without causing disconnects. AMQP message consumers no longer block the AMQP I/O loop, but now handle messages in their own threads; this allows the AMQP I/O loop to continue sending heartbeat frames to the remote broker, preventing the broker from disconnecting the microservice. ([commit](https://github.com/INTERSECT-SDK/python-sdk/commit/a9f9d110da924ec423ac42e5c316475a7d8e1f3e)) (Lance Drane)
10+
511
## [0.8.2] - 2025-02-21
612

713
### Changed

examples/1_hello_world/hello_service_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"asyncapi": "2.6.0",
3-
"x-intersect-version": "0.8.2",
3+
"x-intersect-version": "0.8.3",
44
"info": {
55
"title": "hello-organization.hello-facility.hello-system.hello-subsystem.hello-service",
66
"description": "INTERSECT schema",

examples/1_hello_world_amqp/hello_service_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"asyncapi": "2.6.0",
3-
"x-intersect-version": "0.8.2",
3+
"x-intersect-version": "0.8.3",
44
"info": {
55
"title": "hello-organization.hello-facility.hello-system.hello-subsystem.hello-service",
66
"description": "INTERSECT schema",

examples/1_hello_world_events/hello_service_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"asyncapi": "2.6.0",
3-
"x-intersect-version": "0.8.2",
3+
"x-intersect-version": "0.8.3",
44
"info": {
55
"title": "hello-organization.hello-facility.hello-system.hello-subsystem.hello-service",
66
"description": "INTERSECT schema",

examples/1_hello_world_minio/hello_service_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"asyncapi": "2.6.0",
3-
"x-intersect-version": "0.8.2",
3+
"x-intersect-version": "0.8.3",
44
"info": {
55
"title": "hello-organization.hello-facility.hello-system.hello-subsystem.hello-service",
66
"description": "INTERSECT schema",

examples/2_counting/counting_service_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"asyncapi": "2.6.0",
3-
"x-intersect-version": "0.8.2",
3+
"x-intersect-version": "0.8.3",
44
"info": {
55
"title": "counting-organization.counting-facility.counting-system.counting-subsystem.counting-service",
66
"description": "INTERSECT schema",

examples/2_counting_events/counting_service_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"asyncapi": "2.6.0",
3-
"x-intersect-version": "0.8.2",
3+
"x-intersect-version": "0.8.3",
44
"info": {
55
"title": "counting-organization.counting-facility.counting-system.counting-subsystem.counting-service",
66
"description": "INTERSECT schema",

examples/3_ping_pong_events/ping_service_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"asyncapi": "2.6.0",
3-
"x-intersect-version": "0.8.2",
3+
"x-intersect-version": "0.8.3",
44
"info": {
55
"title": "p-ng-organization.p-ng-facility.p-ng-system.p-ng-subsystem.ping-service",
66
"description": "INTERSECT schema",

examples/3_ping_pong_events/pong_service_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"asyncapi": "2.6.0",
3-
"x-intersect-version": "0.8.2",
3+
"x-intersect-version": "0.8.3",
44
"info": {
55
"title": "p-ng-organization.p-ng-facility.p-ng-system.p-ng-subsystem.pong-service",
66
"description": "INTERSECT schema",

examples/3_ping_pong_events_amqp/ping_service_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"asyncapi": "2.6.0",
3-
"x-intersect-version": "0.8.2",
3+
"x-intersect-version": "0.8.3",
44
"info": {
55
"title": "p-ng-organization.p-ng-facility.p-ng-system.p-ng-subsystem.ping-service",
66
"description": "INTERSECT schema",

examples/3_ping_pong_events_amqp/pong_service_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"asyncapi": "2.6.0",
3-
"x-intersect-version": "0.8.2",
3+
"x-intersect-version": "0.8.3",
44
"info": {
55
"title": "p-ng-organization.p-ng-facility.p-ng-system.p-ng-subsystem.pong-service",
66
"description": "INTERSECT schema",

examples/4_service_to_service/example_1_service_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"asyncapi": "2.6.0",
3-
"x-intersect-version": "0.8.2",
3+
"x-intersect-version": "0.8.3",
44
"info": {
55
"title": "example-organization.example-facility.example-system.example-subsystem.service-one",
66
"description": "INTERSECT schema",

examples/4_service_to_service/example_2_service_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"asyncapi": "2.6.0",
3-
"x-intersect-version": "0.8.2",
3+
"x-intersect-version": "0.8.3",
44
"info": {
55
"title": "example-organization.example-facility.example-system.example-subsystem.service-two",
66
"description": "INTERSECT schema",

examples/4_service_to_service_events/exposed_service_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"asyncapi": "2.6.0",
3-
"x-intersect-version": "0.8.2",
3+
"x-intersect-version": "0.8.3",
44
"info": {
55
"title": "example-organization.example-facility.example-system.example-subsystem.exposed-service",
66
"description": "INTERSECT schema",

examples/4_service_to_service_events/internal_service_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"asyncapi": "2.6.0",
3-
"x-intersect-version": "0.8.2",
3+
"x-intersect-version": "0.8.3",
44
"info": {
55
"title": "example-organization.example-facility.example-system.example-subsystem.internal-service",
66
"description": "INTERSECT schema",

src/intersect_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from ._internal.version import strip_version_metadata
99

1010
# may include build metadata
11-
__version__ = '0.8.2'
11+
__version__ = '0.8.3'
1212

1313
version_string = strip_version_metadata(__version__)
1414
"""

tests/fixtures/example_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"asyncapi": "2.6.0",
3-
"x-intersect-version": "0.8.2",
3+
"x-intersect-version": "0.8.3",
44
"info": {
55
"title": "test.test.test.test.test",
66
"description": "INTERSECT schema",

0 commit comments

Comments
 (0)