Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GeoNode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Spatial Urban Data Observatory
GeoNode
Commits
0b803eaf
Commit
0b803eaf
authored
2 years ago
by
afabiani
Browse files
Options
Downloads
Patches
Plain Diff
Bump to version 4.0.0rc1
parent
3b1b1ca0
Branches
Branches containing commit
Tags
4.0.0rc1
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+34
-0
34 additions, 0 deletions
CHANGELOG.md
geonode/__init__.py
+1
-1
1 addition, 1 deletion
geonode/__init__.py
with
35 additions
and
1 deletion
CHANGELOG.md
+
34
−
0
View file @
0b803eaf
# Change Log
## [4.0.0rc1](https://github.com/GeoNode/geonode/tree/4.0rc1) (2022-07-01)
### Breaking Changes
-
Based on MapStore client
[
4.0.2
](
https://github.com/GeoNode/geonode-mapstore-client/releases/tag/4.0.2
)
-
MapStore client is no more compatible with 3.x train
-
GeoNode 4.0.0rc1 architecture is slightly different from the previous versions; please refer to:
-
[
GNIP 89: Architecture Design - Resource and Storage Manager Modules
](
https://github.com/GeoNode/geonode/issues/7664
)
### Features
-
Python upgrade 3.8/3.9/3.10
-
Django upgrade 3.2.13
-
GeoServer upgrade 2.19.6
-
GDAL 3.3.2
-
Highlights GeoNode 4.0.0:
-
[
Features
](
https://github.com/GeoNode/geonode/issues?q=is%3Aissue+is%3Aclosed+milestone%3A4.0.0+label%3Afeature
)
-
[
Enhancements
](
https://github.com/GeoNode/geonode/issues?q=is%3Aissue+is%3Aclosed+milestone%3A4.0.0+label%3Aenhancement
)
-
[
Security Fixes
](
https://github.com/GeoNode/geonode/issues?q=is%3Aissue+is%3Aclosed+milestone%3A4.0.0+label%3Asecurity
)
-
[
Severe Issues
](
https://github.com/GeoNode/geonode/issues?q=is%3Aissue+is%3Aclosed+milestone%3A4.0.0+label%3Ablocker
)
-
[
Regressions
](
https://github.com/GeoNode/geonode/issues?q=is%3Aissue+is%3Aclosed+milestone%3A4.0.0+label%3Aregression
)
-
[
Bug Fixes
](
https://github.com/GeoNode/geonode/issues?q=is%3Aissue+is%3Aclosed+milestone%3A4.0.0+label%3Amajor
)
-
[
Minor Issues
](
https://github.com/GeoNode/geonode/issues?q=is%3Aissue+is%3Aclosed+milestone%3A4.0.0+label%3Aminor
)
-
[
Performance
](
https://github.com/GeoNode/geonode/issues?q=is%3Aissue+is%3Aclosed+milestone%3A4.0.0+label%3Aperformance
)
-
[
Translations
](
https://github.com/GeoNode/geonode/issues?q=is%3Aissue+is%3Aclosed+milestone%3A4.0.0+label%3Atranslations
)
-
[
Translations
](
https://github.com/GeoNode/geonode/pulls?q=is%3Apr+is%3Aclosed+milestone%3A4.0.0+label%3Atranslations
)
-
[
Dependencies
](
https://github.com/GeoNode/geonode/issues?q=is%3Aissue+is%3Aclosed+milestone%3A4.0.0+label%3Adependencies
)
-
[
Dependencies
](
https://github.com/GeoNode/geonode/pulls?q=is%3Apr+is%3Aclosed+milestone%3A4.0.0+label%3Adependencies
)
### Full Changelog
[
https://github.com/GeoNode/geonode/compare/3.3.1...4.0.0rc1
](
https://github.com/GeoNode/geonode/compare/3.3.1...4.0.0rc1
)
## [4.0.0rc0](https://github.com/GeoNode/geonode/tree/4.0rc0) (2022-04-20)
### Breaking Changes
...
...
This diff is collapsed.
Click to expand it.
geonode/__init__.py
+
1
−
1
View file @
0b803eaf
...
...
@@ -19,7 +19,7 @@
import
os
__version__
=
(
4
,
0
,
0
,
'
rc
'
,
0
)
__version__
=
(
4
,
0
,
0
,
'
rc
'
,
1
)
default_app_config
=
"
geonode.apps.AppConfig
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment