Skip to content

Commit 8a6651a

Browse files
committed
updated changelog
1 parent c66e83c commit 8a6651a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/changelog.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55
This project adheres to `Semantic Versioning <http://semver.org/>`_.
66
Please note that the changes before version 1.10.0 have not been documented.
77

8+
v5.0.2
9+
----------
10+
**Bug Fix Release**
11+
12+
Fixed
13+
^^^^^
14+
- **Build**: Fixed broken 5.0.0 release - Angular frontend is now properly built before publishing to PyPI
15+
- **Deprecation**: Replaced deprecated ``datetime.utcnow()`` with ``datetime.now(timezone.utc)`` throughout codebase
16+
- **Deprecation**: Replaced deprecated ``datetime.utcfromtimestamp()`` with ``datetime.fromtimestamp(..., tz=timezone.utc)``
17+
- **Deprecation**: Replaced ``datetime.UTC`` with ``datetime.timezone.utc`` for Python 3.11+ compatibility
18+
- **Timezone**: Fixed timezone-aware datetime handling in reporting and database operations
19+
- **Tests**: Updated test fixtures to properly handle timezone-aware datetimes
20+
21+
Contributors
22+
^^^^^^^^^^^^
23+
Special thanks to: Alex Knop (@aknopper) for identifying and fixing the deprecated datetime usage
24+
825
v5.0.0
926
----------
1027
**Major Release - Exception Monitoring & Stability Improvements**

0 commit comments

Comments
 (0)