Skip to content

Commit

Permalink
Release 0.3.0 (#1011)
Browse files Browse the repository at this point in the history
* new release 0.3.0

* Include api docs for EmailStr

---------

Co-authored-by: Kumaran Rajendhiran <[email protected]>
  • Loading branch information
davorrunje and kumaranvpl authored Dec 2, 2023
1 parent bff46c2 commit 2e56f81
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@
"filename": "faststream/rabbit/broker.py",
"hashed_secret": "35675e68f4b5af7b995d9205ad0fc43842f16450",
"is_verified": false,
"line_number": 58,
"line_number": 68,
"is_secret": false
}
]
},
"generated_at": "2023-12-01T10:30:49Z"
"generated_at": "2023-12-02T10:12:03Z"
}
4 changes: 2 additions & 2 deletions docs/includes/en/no_ack.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
!!! tip
If you want to disable **FastStream** Acknowledgement logic at all, you can use
`#!python @broker.subscriber(..., no_ack=True)` option. This way you should always process a message (ack/nack/terminate/etc) by yourself.
If you want to disable **FastStream** Acknowledgement logic at all, you can use
`#!python @broker.subscriber(..., no_ack=True)` option. This way you should always process a message (ack/nack/terminate/etc) by yourself.
2 changes: 1 addition & 1 deletion faststream/__about__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Simple and fast framework to create message brokers based microservices"""
__version__ = "0.3.0rc0"
__version__ = "0.3.0"


INSTALL_YAML = """
Expand Down

0 comments on commit 2e56f81

Please sign in to comment.