This commit is contained in:
2022-09-26 19:51:29 +00:00
parent 0c50d4e892
commit c1ecf84799
5 changed files with 63 additions and 40 deletions

View File

@@ -0,0 +1,50 @@
# Change log
If you are viewing this page from your local copy of AyaNova be advised that it will only show changes up to the date that your version was released.
The most recent changes are written in the AyaNova manual [hosted on our website](https://ayanova.com/docs/changelog).
## 2022
### V8-Migrate plugin 8.0.3 (2022-09-23)
#### Added
- UI: "copy to clipboard" button added to migration log display form to enable copy displayed migration log to clipboard
- UI: warning message indicating migration will fail if login to v8 server during migration
#### Changed
- UI: Text displayed when migration ended to more clearly show if failed or completed properly
- Always attempt to send memo of log to SuperUser on any failure
- Always attempt to set v8 server state back to open even if earlier failure
#### Fixed
- Not fail on empty v8 Part name due to missing v7 data but generate a unique placeholder instead
### AyaNova 8.0.10 (2022-09-22)
#### Added
- Documentation: Added Change log / release notes page and links to it
- Documentation: Personal History manual page added section about Ghostery and other similar browser extensions potentialy blocking event log history
- Documentation: several pages added section that clarifies SuperUser is not a normal account and specific information about SuperUser not having access to business data
- Documentation: ops-restore section added more detailed instructions regarding restoration and in particular setting rights and ownership when restoring to Linux server
#### Changed
- License check: when using active trial license now does fast track license check to accomodate slow data migration scenarios where trial license would expire before migration has completed
- Metrics: changed the server's timespan for gathering daily metrics from beta period interval of every 12 hours to normal release interval of 24 hours
- Metrics: changed the default timespan for graphs from last 6 hours to last 7 days
- Metrics form: improved the timeline chart data points to be more clearly visible
#### Fixed
- Documentation: miscellaneous improvements and edits to documentation in multiple places
- Metrics form: fixed issue with some timeline charts not displaying properly
#### Removed
- Evaluate form: removed various levels of trial data seeding, defaults to small only
- Profiler form: removed now that beta test and primary development has ended

View File

@@ -10,6 +10,8 @@ This manual is divided into the following sections:
#### [Installing and maintaining AyaNova](ops-intro.md)
#### [Change log / release notes](https://ayanova.com/docs/changelog)
#### [Software developers guide](api-intro.md)
### Beyond this manual

View File

@@ -1,5 +1,7 @@
# AyaNova upgrade
[View Change log / release notes](https://ayanova.com/docs/changelog).
AyaNova updates are available to users with an active Maintenance plan.
If you do not have an active Maintenance plan you will [not be able to update](adm-license.md#maintenance-expired-message).

View File

@@ -7,7 +7,7 @@ theme:
site_name: AyaNova manual
site_dir: '../../../server/AyaNova/wwwroot/docs'
strict: true
copyright: Copyright © 2022 Ground Zero Tech-Works Inc. REV-2022-09-23
copyright: Copyright © 2022 Ground Zero Tech-Works Inc. REV-2022-09-25
extra:
generator: false
# Extensions
@@ -20,8 +20,7 @@ markdown_extensions:
nav:
- Home: 'index.md'
- User guide:
- User guide:
- 'Changes from AyaNova 7': 'ay-start-changes-from-v7.md'
- 'Trying out AyaNova': 'ay-evaluate.md'
- User interface:
@@ -196,6 +195,7 @@ nav:
- 'API Integrated applications': 'api-integrated-applications.md'
- 'API Data types': 'ay-start-data-types.md'
- Appendix:
- 'Change log / release notes': 'changelog.md'
- 'Data types': 'ay-start-data-types.md'
- 'Open source credits': 'appendix-os-credits.md'
- 'License agreement': 'license.md'