Skip to content

Commit

Permalink
Fixed product lifecycle.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Sep 12, 2024
1 parent 8845db5 commit a0cc2e7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
7 changes: 5 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ Revision 7.0.2, released on Aug 25, 2024
Revision 7.0.1, released on Aug 24, 2024
----------------------------------------

- Applied PEP8 recommended names. This breaks backward compatibility.

- Many really old backward-compatibility code snippets removed.
Most importantly, everything related to (non-standard) UNIX domain socket
transport are gone.
Expand All @@ -61,6 +59,11 @@ Revision 7.0.1, released on Aug 24, 2024

- Cherry-picked many minor fixes from etingof/master branch.

Revision 7.0.0, released on Aug 22, 2024
----------------------------------------

- Applied PEP8 recommended names. This breaks backward compatibility.

Revision 6.2.6, released on Sep 11, 2024
----------------------------------------

Expand Down
24 changes: 14 additions & 10 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,21 @@

Only 6.x/7.x releases are currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 7.0.x | :white_check_mark: |
| 6.2.x | :white_check_mark: |
| 6.1.x | :white_check_mark: |
| 6.0.x | :white_check_mark: |
| 5.0.x | :white_check_mark: |
| < 5.0 | :x: |
| Version | Supported | End of Life | Comment |
| ------- | ------------------ | ------------------- | -------------------------------- |
| 7.1.x | :white_check_mark: | TBD | TBD |
| 7.0.x | :white_check_mark: | 2025-3-11 | 6 months after 7.1.0 release day |
| 6.2.x | :white_check_mark: | 2025-8-22 | 1 year after 7.0.0 release day |
| 6.1.x | :white_check_mark: | 2025-1-12 | 6 months after 6.2.0 release day |
| 6.0.x | :white_check_mark: | 2024-9-23 | 6 months after 6.1.0 release day |
| 5.0.x | :x: | 2024-8-31 | |
| < 5.0 | :x: | 2024-8-31 | |

5.0 release is supported until 2024-8-31.
6.0 release is supported until 2025-3-30.
Rules:

- Patch releases are supported till the next patch release is out.
- Minor releases are supported for 6 months after the next minor release is out.
- Major releases are supported for 1 year after the next major release is out.

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion docs/source/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Upgrade to 7.1 Releases

Switching to async DNS resolver forced us to make some changes to the API,
so instead of using simply ``UdpTransportTarget()`` now you need to call
```await UdpTransportTarget.create()``.
``await UdpTransportTarget.create()``.

Important Changes
-----------------
Expand Down

0 comments on commit a0cc2e7

Please sign in to comment.