Changelog

v1.46.1 (2020.05.12)

  • SFTPHelper added ability to autorise SFTP connection with RSA private key file

v1.45.3 (2020.05.05)

  • bug fixes for AGServerHelperNTLM

v1.45.2 (2020.04.28)

  • aditional functionality for PublisherHealper

v1.45.1 (2019.15.12)

  • refactoring and aditional functionality for AGServerHelperNTLM. New functionality for working with permisions, roles and users
  • refactoring and aditional functionality for PublisherHealper

v1.44.1 (2019.09.11)

  • Mor functionality for PublisherHealper module and coresponding functionality for JsonParamsHelper and xmlParamsHealper modules to support automated soulution publishing. New functionality further develops capabilities of automatic configuration file changing in CI/CD solutions.

v1.43.3 (2019.08.16)

  • MXDHelper module bug fixes

v1.43.2 (2019.07.26)

  • PublisherHealper module bug fixes

v1.43.1 (2019.07.19)

  • Some code cleanup and bug fixes
  • PublisherHealper module has added functionality for updating Json parameter files

v1.42.1 (2019.05.24)

  • Added GISPythonToolBase module for geoprocessing tool operations and automation mechanisms for different operations
  • Added PublisherHealper module for deployment operations and xmlParamsHealper for XML parameter file procedures
  • AGServerHelperNTLM - added method for ArcGIS dataset name retrieval
  • GISPythonModule - additional functionality for tool licence level check
  • JsonParamsHelper - additional functionality for value update
  • SysGISTools - restructured, multiple methods migrated to new GISPythonToolBase module
  • SysTools_unittest - added encoding parameters
  • Bug fix for TimerHelper

v1.41.1 (2019.01.03)

  • GDPSyncroniserHelper2 - added functionality for synchronising geodtabase tables with Python list objects

v1.40.2 (2018.11.24)

  • AGServerHelperNTLM.py added function to get rights group names for AGS services
  • Added capabilities for SimpleFileOps and SimpleFileOpsSafe to CheckCreateClearDir - check if dir exist, creates it and clears in one function
  • Added aditional support for outputting unicode text in script output

v1.40.1 (2018.09.26)

  • AGServerHelperNTLM.py added support for self generated SSL sites (Unverified SSL cases)
  • Added capabilities for GDBHelper.py
  • Bug fixes and added capabilities for GDPSyncroniserHelper2.py

v1.39.2 (2018.08.15)

  • Added aditional possibilities for SimpleFileOps.py

v1.39.1 (2018.07.29)

  • Added aditional possibilities for AGServerHelperNTLM.py

v1.38.1 (2018.07.20)

  • Bug fixes for GDPSyncroniserHelper2.py
  • Added parameter EnvironmentName. Used for Error Email generation, to indicate Environment in with error ocured.
  • Added SetupDefaultEnvironment.py module for fast environment setup.

v1.37.2 (2018.03.29)

  • Bug fixes for AGServerHelperNTLM

v1.37.1 (2018.03.29)

  • Bug fixes for ZipHelper and GISTools10

v1.36.2 (2018.03.04)

  • Added additional capabilities for GDBHelper

v1.36.1 (2018.02.25)

  • Added additional capabilities in shell command running
  • Bug fixes in SimpleFileOps file locking functionality
  • Added possibility to store time in date time parametrs in Json parameter file

v1.35.2 (2018.01.13)

  • Additional functionality added to SysGISTools module:
    • As there is many performance problems with arcpy geoprocessing script history logging, GISPython sets by default for arcpy not to log GP history. You can change this behavior by setting SetLogHistory = True in parameters file
    • GISPython Shell command launcher and SQL command launcher has added capabilities to hide passwords that they do not apear in output (logfiles and on screen)

v1.35.1 (2017.11.09)

  • Added GDPSyncroniserHelper2 module
  • Changes and bug fixes in:
    • AGServerHelperNTLM
    • SimpleFileOps
    • SysGISTools
    • GISPythonModule
    • GDPSyncroniserHelper
  • Added functionality in GDBHelper

v1.34.3 (2017.07.10)

  • Aditional functionality helping of reprinting MyError objects

v1.34.2 (2017.06.19)

  • Bug fixes in unicode output management
  • Added functionality in SimpleFileOps and SimpleFileOpsSafe

v1.34.1 (2017.06.09)

  • Released documentation on Read The Docs
  • Renamed AGSServerHelpaer module and class to AGSServerHelper
  • Added AGSServerHelperNTLM module
  • Added additional package dependencies (python-ntlm, patool)
  • More module examples
  • Modified README.md

v1.33.1 (2017.06.05)

  • Initial release