Skip to content

Releases: DavidWhittingham/agstools

agstools v0.4.2

27 Nov 01:25

Choose a tag to compare

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

14 Jun 01:05

Choose a tag to compare

v0.4.1 Pre-release
Pre-release

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

13 Apr 07:32

Choose a tag to compare

v0.4.0 Pre-release
Pre-release

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

10 Feb 23:53

Choose a tag to compare

agstools v0.3.6 Pre-release
Pre-release

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

13 Jan 01:36

Choose a tag to compare

agstools v0.3.5 Pre-release
Pre-release

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

29 Oct 04:18

Choose a tag to compare

agstools v0.3.4 Pre-release
Pre-release

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

20 May 05:30

Choose a tag to compare

agstools v0.3.3 Pre-release
Pre-release

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

20 May 03:19

Choose a tag to compare

agstools v0.3.1 Pre-release
Pre-release

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

23 Mar 08:03

Choose a tag to compare

agstools v0.3.0 Pre-release
Pre-release

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

10 Feb 04:59

Choose a tag to compare

agstools v0.2.2 Pre-release
Pre-release

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