Releases: DavidWhittingham/agstools
Releases · DavidWhittingham/agstools
agstools v0.4.2
Compatibility
This release is compatible with arcpyext v0.5.21+ and agsadmin v0.2.6+.
New features
- Added commands to support schema transformation
v0.4.1
Compatibility
This release is compatible with arcpyext v0.5.9+ and agsadmin v0.2.2+.
Fixes
- Added missing dependency on future package
v0.4.0
Compatibility
This release is compatible with arcpyext v0.5.9+ and agsadmin v0.2.2+.
New Features
- Added the ability to stop and start machines in an ArcGIS site
agstools v0.3.6
Compatibility
This release is compatible with arcpyext v0.5.7 and agsadmin v0.2.0.
Fixes
- Fixed error with package installation
agstools v0.3.5
Compatibility
This release is compatible with arcpyext v0.5.7 and agsadmin v0.2.0.
Fixes
- Fixed error the caused multiupdatedata command to fail
agstools v0.3.4
Compatibility
This release is compatible with arcpyext v0.5.2 and agsadmin v0.2.0.
New Features
- Added ability to build locators
- Added ability to create ArcGIS Server or ArcSDE connection files
Fixes
- Fixed error with updatedata function failing to load config
agstools v0.3.3
Compatibility
This release is compatible with arcpyext v0.5.0 and agsadmin v0.1.2.
Fixes
- Fixed multiple errors related to importing functions
agstools v0.3.1
Compatibility
This release is compatible with arcpyext v0.5.0 and agsadmin v0.1.2.
Changes
- JSON format for service settings has been changed/expanded in line with arcpyext 0.5.0 changes.
agstools v0.3.0
Compatibility
This release is compatible with arcpyext v0.4.0 and agsadmin v0.1.2.
New Features
- Added support for arcpyext 0.4.0, adding Image Service SD Draft and GP Service SD Draft commands
Changes
- Previously public functions have been moved into private modules, this will be addressed at a later release
Fixes
- Fixed issue with setup.py being dependent on importing agstools
agstools v0.2.2
New Features
- Added switch to reload symbology when updating data sources (under some circumstances, symbology gets discarded in ArcMap)
- Added support for importing a JSON-encoded settings file when creating an SDDraft
Fixes
- Improved start up performance
- Updated to work with arcpyext v0.3.0
- Other small issues