Skip to content

Latest commit

 

History

History
165 lines (91 loc) · 4.92 KB

CHANGELOG.md

File metadata and controls

165 lines (91 loc) · 4.92 KB

Changelog

0.10.0 (2024-11-03)

Fixed

  • Re-exported Redis crate #115

  • Added support for fields that may come as boolean or integer #118

Improved

  • Removed hardcoded DB strings and introduced a .env file required for feature Advanced Items #117

0.9.1 (2024-09-24) #111

⚠️Not using develop branch any more. Leaving main as "canary"/develop channel and using releases to declare stable and experimental versions

Fixed

  • Updated Redis to 0.27.2 #108
  • Updated TypeBuilder to 0.20 #105
  • Solved vulnerable dependency for Db Feeder #109

0.9.0 (2024-07-28) #97

Fixed

  • Updated API fields for advancedItem

Improved

  • Moved the scrapping scripts in /scrapping folder and removed the old repo

  • update reqwest_cookie_store requirement from 0.6 to 0.8 #94

  • update typed-builder requirement from 0.18 to 0.19 #96

  • update redis requirement from 0.24.0 to 0.25.4 #93

0.8.7 (2024-04-3) #82

Improved

  • Made all fields in the filter::models crates pub #81
  • Added cargo_publish workflow

Fixes

  • Added more documentation on filter::models crates fields

0.8.6 (2023-09-4) #74

Improved

  • Removed static client
  • Improved shared cookies between wrappers

0.8.5 (2023-09-3) #72

Fixes

  • Fixed clients treatment

0.8.4 (2023-09-2) #71

Improved

  • Added support for using proxy in requests to Vinted
  • Added some optional debug login
  • Wrappers are now serialized

0.8.3 (2023-08-29) #67

Improved

  • Added support for setting the user agent

0.8.2 (2023-08-29) #65

Improved

  • Add a default VintedWrappers that is all_the_wrappers.

0.8.1 (2023-08-23) #62

Improved

  • Added support for multiple vinted wrappers.

0.7.0 (2023-08-20) #59

Improved

  • Added support for Redis for all objects.
  • Auto request cookies in get_advanced_item.

0.6.0 (2023-08-16) #57

Improved

  • Added support for redis bindings
  • Added support for Advanced Item query thanks to @alvarocabo.

0.5.1 (2023-08-04) #54

Fixed

  • Fix type of price_from and price_to atribute.
  • Fix a test related to sizes.

0.5.0 (2023-08-04) #52

Improved

Size struct

Added more fields:

  • title name: Actual size, as XL 🇪🇸 🇫🇷 🇬🇧
  • size_type: More information about the size,as Jean's sizes 🇪🇸 🇫🇷 🇬🇧
  • category_id: Father category related

0.4.0 (2023-07-27) #47

Improved

  • Remove strip_option in Filter struct for compatilbility.

0.3.3 (2023-07-26) #45

Added

  • Convert VintedWrapperError to FangError support.

0.3.2 (2023-07-17) #44

Added

  • Models now implement serde::{Serialize, Deserialize} #43

Improved

  • Example project, python benchmark added #41

0.3.1 (2023-07-15) #42

Fixed

  • UK host had wrong domain #38
  • Not using user-agent resulted in some domains returning 403 #38

Improved

  • CookieError now returns the Status Code of the requests #38

0.3.0 (2023-07-15) #34

Added

  • Filter by Currency implemented - #32
  • Example project using advanced filters feature - #33
  • CHANGELOG file

Improved

  • Documentation for filter module - #35