File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
arcgis/web-app/projects/main Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,24 @@ MAGE adheres to [Semantic Versioning](http://semver.org/).
2323- Protect against disabling all authentications.
2424- Problem with OAuth web login
2525
26+ ## [ 6.3.0] ( https://github.com/ngageoint/mage-server/releases/tag/6.3.0 )
27+ ### Service
28+ #### Features
29+ * ArcGIS Plugin support
30+ * SFTP Plugin Support
31+ * Support for MongoDB 6.0
32+ * Dependency updates
33+ ### Web App
34+ #### Features
35+ * ArcGIS Plugin support
36+ * SFTP Plugin Support
37+ * Moved authentication settings to own admin tab
38+ * Redirect host added for saml config
39+ * Fix for issue with arabic characters in filenames
40+ * Fix for observation filter options
41+ * Dependency updates
42+ * Map UI updates
43+
2644## [ 6.2.13] ( https://github.com/ngageoint/mage-server/releases/tag/6.2.13 )
2745### Service
2846#### Features
Original file line number Diff line number Diff line change 22 "name" : " @ngageoint/mage.arcgis.web-app" ,
33 "version" : " 1.0.0-beta.2" ,
44 "peerDependencies" : {
5- "@ngageoint/mage.web-app" : " ^6.2.9 || ^6. 3.0-beta.7 "
5+ "@ngageoint/mage.web-app" : " 6. 3.0"
66 },
77 "dependencies" : {
88 "tslib" : " ^2.0.0"
Original file line number Diff line number Diff line change 4949 "typescript" : " 5.8.2"
5050 },
5151 "peerDependencies" : {
52- "@ngageoint/mage.service" : " 6.3.0-beta.7 "
52+ "@ngageoint/mage.service" : " 6.3.0"
5353 }
5454}
You can’t perform that action at this time.
0 commit comments