Release 5.0.1 #1069
Locked
Athanasius
started this conversation in
Announcement
Release 5.0.1
#1069
Replies: 3 comments 3 replies
-
If anyone is wondering why 5.0.0 didn't contain this 'odyssey' flag code, it was released before the decision was made to add that flag to the EDDN schemas. Sending it before the EDDN Gateway had the new schemas loaded would have resulted in messages being rejected. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Update to 5.0.1 and lost all my settings. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Locking this conversation as 5.0.2 will be out shortly with its own thread. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Release 5.0.1
The main reason for this release is to add an 'odyssey' boolean flag to all EDDN messages for the benefit of listeners, e.g. eddb.io, inara.cz, edsm.net, spansh.co.uk, etc. Please do update so as to make their lives easier once Odyssey has launched!
Translations have been updated again. Thanks to all the contributors. See wiki:Translations and Translations welcome for links and discussion if you want to help.
Changed the error message "
Error: Frontier server is down
" to "Error: Frontier CAPI didn't respond
" to make it clear this pertains to the CAPI and not the game servers.Killswitches
In the 5.0.0 changelog we said:
However, from now on there is an exception to this. After this release any subsequent -beta or -rc versions will be killswitched after their full release is published.
For example, if we put out a
5.0.2-beta1
and5.0.2-rc1
before the full5.0.2
, then when5.0.2
was published we would activate all available killswitches for versions5.0.2-beta1
and5.0.2-rc1
. In this example5.0.1
would not be killswitched as part of this policy (but still could be if, e.g. a data corruption bug was found in it).In general please do not linger on any -beta or -rc release if there has been a subsequent release. Upgrade to the equivalent full release once it is published.
Plugin Developers
Please make the effort to subscribe to GitHub notifications of new EDMarketConnector releases:
This way you'll be aware, as early as possible, of any -beta and -rc changelogs and changes that might affect your work.
state
passed tojournal_entry()
has a new memberOdyssey
(note the capitalO
) which is a boolean indicating if theLoadGame
event both has anOdyssey
key, and if so, what the value was. Defaults toFalse
.PLUGINS.md updated to document the
state['Horizons']
flag that has been present in it since version 3.0 of the game.The
stations.p
andsystems.p
files that were deprecated in 5.0.0 have now also been removed in git. As this release is made they will no longer be in thedevelop
,main
orstable
branches. If you truly need to find a copy look at theRelease/4.2.7
tag, but do read the 5.0.0 changelog for why we stopped using them and what you can change to also not need them.This discussion was created from the release Release 5.0.1.
Beta Was this translation helpful? Give feedback.
All reactions