Skip to content

Releases: mlemesle/rustemon

v3.4.1

30 Apr 14:34
Compare
Choose a tag to compare

Rustemon has a new version !
This version only bumps the dependencies.

Full Changelog: v3.4.0...v3.4.1

v3.4.0

29 Jan 08:57
Compare
Choose a tag to compare

Hey there, a new version of Rustemon is available.

Changelog:

  • Rustemon has now 2 features to manage the cache. filesystem-cache (the one by default), using Cacache on files. And in-memory-cache using Moka. Everything have been properly reexported and you can easily build RustemonClient with one of those cache strategy.

Chore:

  • Bump several deps

v3.3.0

27 Dec 00:03
Compare
Choose a tag to compare

Changelog:

  • impl Debug for RustemonClient #20
  • Bump all dependencies to latest versions
  • Fix docs and README
  • Add crates.io badge to README

v3.2.1

21 Aug 15:48
Compare
Choose a tag to compare

Fixes:

  • Imports in custom_client example in order to use types reexported by rustemon

Chores:

  • Bump dependencies

v3.2.0

27 May 15:55
Compare
Choose a tag to compare

v3.2.0 is now available !

  • get_all_pages is now get_all_entries, it has been reworked to be much more faster (by @ChaseParate #17)

v3.1.0

19 Jan 17:33
Compare
Choose a tag to compare

V3.1.0 is live !

Changelog:

  • async_follow example has been fixed by @ChaseParate in #14
  • a new get_all_pages is available for each endpoint, it allows to directly get all pages => no need to manually fetch them all ! By @ChaseParate in #15
  • The RustemonClient has been reworked. No more constructor ! Now you can leverage RustemonClientBuilder and easily tune your client. All types have been reexported and now you can directly target a specific Environment. Either Production, Staging, or even a custom endpoint if you want to target a local deployment of PokeApi for example

v3.0.1

25 Nov 10:22
Compare
Choose a tag to compare

evolution_chain in PokemonSpecie is nullable

v3.0.0

23 Nov 16:24
Compare
Choose a tag to compare

v3.0.0 is out !!

  • All unecessary Option in models have been removed, so using the lib should be simplier.
  • Types used in parameters during the creation of a RustemonClient have been reexported to ease manual configuration

v2.1.0

02 Sep 09:56
Compare
Choose a tag to compare

#11 Has been created and implemented by @sudosmile !

Now, a RustemonClient can be instanciated with a custom path

v2.0.1

10 Aug 14:53
Compare
Choose a tag to compare

This version fixes the build error regarding the documentation of Rustemon