Skip to content

Commit 2a51780

Browse files
committed
bump version to 0.8.4
Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
1 parent 9a80f69 commit 2a51780

17 files changed

Lines changed: 23 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 7 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.4] - 2026-02-05
6+
7+
### Fixed
8+
9+
- Fixed an issue with JSON schema resolution ([commit](https://github.com/INTERSECT-SDK/python-sdk/commit/f4e51ffae0ad94cd12387d664d019afa6cf790c0)) (Lance Drane, Shayan Monadjemi)
10+
511
## [0.8.3] - 2025-05-27
612

713
### Fixed
@@ -64,6 +70,7 @@ _If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
6470

6571
- **Breaking:** Added service-to-service request/response mechanism ([!9](https://github.com/INTERSECT-SDK/python-sdk/pull/9)) (Michael Brim, Lance Drane)
6672

73+
[0.8.3]: https://github.com/INTERSECT-SDK/python-sdk/releases/tag/0.8.3
6774
[0.8.2]: https://github.com/INTERSECT-SDK/python-sdk/releases/tag/0.8.2
6875
[0.8.1]: https://github.com/INTERSECT-SDK/python-sdk/releases/tag/0.8.1
6976
[0.8.0]: https://github.com/INTERSECT-SDK/python-sdk/releases/tag/0.8.0

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.3",
3+
"x-intersect-version": "0.8.4",
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.3",
3+
"x-intersect-version": "0.8.4",
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.3",
3+
"x-intersect-version": "0.8.4",
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.3",
3+
"x-intersect-version": "0.8.4",
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.3",
3+
"x-intersect-version": "0.8.4",
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.3",
3+
"x-intersect-version": "0.8.4",
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.3",
3+
"x-intersect-version": "0.8.4",
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.3",
3+
"x-intersect-version": "0.8.4",
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.3",
3+
"x-intersect-version": "0.8.4",
44
"info": {
55
"title": "p-ng-organization.p-ng-facility.p-ng-system.p-ng-subsystem.ping-service",
66
"description": "INTERSECT schema",

0 commit comments

Comments
 (0)