Skip to content

Releases: dofusdude/dodugo

v0.9.0

07 Apr 21:43
Compare
Choose a tag to compare
  • Adds reward_kamas field for Almanax.

v0.8.3

23 Mar 19:44
Compare
Choose a tag to compare
  • One item set bonus was impossible to differentiate from a two item set bonus. A new field is added now that explicitly shows the amount of items you need for each effect. The ordering inside the effects array is therefore irrelevant now but will be kept as is. This also introduces a new effects type since this only applies for sets.
  • The list entries defined in the OpenAPI spec did not include all fields that can be included. Therefore the SDKs did not deserialize the entries correctly with list endpoints.

v0.8.2

28 Jan 22:10
Compare
Choose a tag to compare

Increase Almanax look-ahead

v0.8.1

20 Jan 10:49
Compare
Choose a tag to compare

Changelog

  • conditions: Previously dofusdude only supported "and" -- now any combination of "or" and "and" with the condition_tree field is correctly modeled. The previous conditions field stays for backwards compatibility but it will only show "and" combinations, which can be wrong(!) if there are additional or's. Because of that, conditions is now marked as deprecated.
  • titles: Titles are now correctly templated for items that have the effect.
  • active effects: Weapons with '-1 MP' failed to be marked as active. Instead of detecting it by naming features, now a stable Ankama-internal flag is used for translating the API's active to Ankama's "used in a fight".
  • search Almanax bonus: A new meta endpoint enables search for a bonus category. All dofusdude languages except "pt" are supported.
  • search engine update: The search server jumped from 1.3.5 to 1.6.0, mainly for faster indexing which now leads to even faster startup and update circles.

v0.8.0

10 Aug 13:52
Compare
Choose a tag to compare

General Search

v0.7.2

01 Jul 18:27
Compare
Choose a tag to compare
  • Added: persistent id field for item types
  • Fixed: highest_equipment_level field for sets were incorrectly named level in SDKs.

v0.7.1

10 Dec 14:57
Compare
Choose a tag to compare
  • is_active boolean flag for effect types to determine what is really affecting the target (like -1 AP from bow).
  • limit query parameter for all search endpoints to request more results from the search engine. defaults to 8 (like before).

v0.7.0

02 Nov 14:47
540b5bf
Compare
Choose a tag to compare

Ankama RSS, Twitter and Almanax Discord Webhooks

  • Blacklisting
  • Whitelisting
  • Mentions based on Almanax bonus
  • Previews (weekly, monthly, daily)

v0.6.0

26 Sep 12:24
Compare
Choose a tag to compare
  • Adds all possible detail fields in the list endpoint using fields[]. example: fields[item]=description,recipe
  • Adds a new (alias-)endpoint /all to every listing endpoint for easily getting all data with disabled pagination (page[size]=-1) and all possible additional fields for this type.