Skip to content

Commit 3e512e6

Browse files
committed
Release v3.0.0b3
1 parent e50e2c9 commit 3e512e6

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 3.0.0b3 19/05/2024
4+
5+
* Bundle web-ui v3.0.0b3
6+
* Fix to allow duplicating IOS routers
7+
* Fix to allow changing the auxiliary console for IOS router nodes.
8+
* Replace deprecated method datetime.utcnow()
9+
* Upgrade FastAPI to v0.111.0
10+
* Fix reset console for non running IOU devices
11+
* Do not allow to create a builtin template using the API.
12+
* Use cryptography backend for python-jose. Ref #2372
13+
314
## 2.2.47 15/05/2024
415

516
* Fix update-bundled-web-ui.sh script

gns3server/crash_report.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class CrashReport:
5858
Report crash to a third party service
5959
"""
6060

61-
DSN = "https://395af26fb5b2245d4c9810095aa11da9@o19455.ingest.us.sentry.io/38482"
61+
DSN = "https://99870c759d1c1d62ceb091d59dbcfa78@o19455.ingest.us.sentry.io/38482"
6262
_instance = None
6363

6464
def __init__(self):

gns3server/static/web-ui/main.2bf7a6a86a67298b.js

-1
This file was deleted.

gns3server/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
# or negative for a release candidate or beta (after the base version
2323
# number has been incremented)
2424

25-
__version__ = "3.0.0.dev13"
26-
__version_info__ = (3, 0, 0, 99)
25+
__version__ = "3.0.0b3"
26+
__version_info__ = (3, 0, 0, -99)
2727

2828
if "dev" in __version__:
2929
try:

0 commit comments

Comments
 (0)