Releases: Blacksmoke16/GESI
Releases · Blacksmoke16/GESI
`invokeMultipleRaw` & Bug fix for `invokeMultiple`
Modern GESI
8.0.0 aka version 23 April 21, 2020
Version 8.0.0 brings about a major rewrite of GESI to make it easier to maintain. It also comes with some QoL improvements to allow creating custom functionality much simpler.
Highlights
- (breaking) Auth is no longer stored within the
Auth Data
sheet- GESI now leverages https://github.com/gsuitedevs/apps-script-oauth2
- (breaking) The
page
param has been removed- All pages are now fetch automatically
- invokeMultiple to enable more easily fetching the same data for multiple characters
- invokeRaw to enable working with raw ESI data within custom functions/scripts
- Character management is now handled via the Sheets UI via
Add-ons => GESI
Authorize Character
- To authorize a new characterDeauthorize Character
- To deauthorize a characterSet Main Character
- Updates the main character
Since the logic related to auth has changed, you will need to reauthorize your characters. Also, you will want to remove the -1
parameter from your function calls.
Due to this issue, if you experience Your Login session has expired
when trying to authorize a character, see this FAQ item.
Changes
- Various ESI updates
- See the changelog for details
Using the "v5" workaround is now no longer required
Fixes
- Function descriptions are being truncated #58
April 10 ESI Updates
7.6.0 aka version 11 April 12, 2019
ESI Updates
- https://github.com/esi/esi-issues/blob/master/changelog.md#2019-04-10
- Adds
title
to/characters/{character_id}/
- Adds
Version 10
7.5.0 aka version 10 March 24, 2019
ESI Updates
- https://github.com/esi/esi-issues/blob/master/changelog.md#2019-03-11
- Adds
faction
support touniverse_names
- Adds
Version 9
Version 8
Version 7
7.4.0 aka version 7 January 14, 2019
ESI Updates
- https://github.com/esi/esi-issues/blob/master/changelog.md#2019-01-14
- https://github.com/esi/esi-issues/blob/master/changelog.md#2018-09-14
- https://github.com/esi/esi-issues/blob/master/changelog.md#2018-12-10
- https://github.com/esi/esi-issues/blob/master/changelog.md#2018-12-11
Changes
- ESI requests are now fetched concurrently. ~3x faster for multi page requests
- Also reduces calls to the
Auth Data
sheet. Should be more performant than before.
- Also reduces calls to the
- Fix missing headers for single value responses
- Update install url and add license to comply with Google add-on changes.
Removals
- getRawData function
- Local cacheing
Version 6
7.3.0 aka version 6 November 26, 2018
Additions
- Add a
version
parameter to the functions to specify which ESI route version to use. See the readme for more info.