Skip to content

Commit

Permalink
Release v3.0.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Nov 20, 2024
1 parent a22f7ac commit b2db889
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 3.0.0rc2 20/11/2024

* Bundle web-ui v3.0.0rc2
* Fix error 500 on PUT for cloud, nat, vmware and vpcs nodes. Fixes #2426
* Add a duplicated project in the same resource pools as the original project if it is in any
* Upgrade FastAPI to v0.115.5
* Overwrite user resources when the originals have changed.
* Relax setuptools requirement to allow for easier Debian packaging on Ubuntu Focal & Jammy
* Increase SQLite timeout. Ref #2422
* Fix test user with wrong creds
* Upgrade dependencies and fix Pydantic warnings
* Upgrade aiohttp to v3.10.10. Fixes #2411
* Replace aiohttp.web.HTTPConflict()
* Python 3.13 support

## 2.2.51 07/11/2024

* Catch error when cannot resize Docker container TTY.
Expand Down
2 changes: 1 addition & 1 deletion gns3server/crash_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class CrashReport:
Report crash to a third party service
"""

DSN = "https://1ae6f3c9d64e75bf8ad39295723da722@o19455.ingest.us.sentry.io/38482"
DSN = "https://29d15f2b7fde7fbd860843b7ee24dc7f@o19455.ingest.us.sentry.io/38482"
_instance = None

def __init__(self):
Expand Down
1 change: 0 additions & 1 deletion gns3server/static/web-ui/main.4185a8e61824af0d.js

This file was deleted.

2 changes: 1 addition & 1 deletion gns3server/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)

__version__ = "3.0.0rc1"
__version__ = "3.0.0rc2"
__version_info__ = (3, 0, 0, -99)

if "dev" in __version__:
Expand Down

0 comments on commit b2db889

Please sign in to comment.