Skip to content

Releases: ThalosES/vinted-rs

v0.8.7

02 Apr 21:37
272f5f5
Compare
Choose a tag to compare

0.8.7 (2024-04-3) #82

Improved

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

Fixes

  • Added more documentation on filter::models crates fields

What's Changed

Full Changelog: v0.8.6...v0.8.7

v0.8.6

06 Sep 16:49
ef1b452
Compare
Choose a tag to compare

What's Changed

  • Ft/change size structure by @alvarocabo in #51
  • Fix size migration by @alvarocabo in #53
  • Fix size migration by @alvarocabo in #54
  • Ft/Advanced item struct by @alvarocabo in #57
  • vinted-rs 0.6.0 by @pxp9 in #58
  • Ft/add redis trait to objects by @alvarocabo in #59
  • Ft/add redis trait to objects (#59) by @pxp9 in #60
  • Allowed to use with multiple hosts by @alvarocabo in #62
  • bump the version by @pxp9 in #63
  • get the same wrapper not a copy by @pxp9 in #64
  • add func all_the_wrappers by @pxp9 in #65
  • merge from main to develop by @pxp9 in #68
  • Allow setting user-agent by @alvarocabo in #67
  • allow set user agent by @pxp9 in #69
  • chore(cargo): update typed-builder requirement from 0.15 to 0.16 by @dependabot in #66
  • chore(cargo): update postgres-types requirement from 0.X.X to 0.2.6 by @dependabot in #61
  • Ft/allow proxy by @alvarocabo in #70
  • Ft/Added proxy support by @alvarocabo in #71
  • fix cookies removal by @pxp9 in #72
  • Fix/Refresh cookies by @alvarocabo in #74
  • Develop by @pxp9 in #75

Full Changelog: v0.5.0...v0.8.6

v0.5.0

05 Aug 11:45
519f9cc
Compare
Choose a tag to compare

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

v0.4.0

27 Jul 16:11
14d46d6
Compare
Choose a tag to compare

Improved

  • Removed strip option from filters structs

What's Changed

  • Ft/In the memory of strip option by @alvarocabo in #47

Full Changelog: v0.3.3...v0.4.0

v0.3.3

26 Jul 22:05
fb9ed36
Compare
Choose a tag to compare

Added

  • Convert VintedWrapperError to FangError support.

What's Changed

  • impl From for FangError by @pxp9 in #45

Full Changelog: v0.3.2...v0.3.3

v0.3.2

17 Jul 18:47
06a8359
Compare
Choose a tag to compare

0.3.2 (2023-07-17) #44

Added

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

Improved

  • Example project, python benchmark added #41

v0.3.1

15 Jul 16:32
59110a0
Compare
Choose a tag to compare

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 #40

v0.3.0

15 Jul 10:58
af74e5a
Compare
Choose a tag to compare

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

v0.1.0

08 Jul 18:24
9002018
Compare
Choose a tag to compare

Vinted API Wrapper

Welcome to this first release of our Vinted API Wrapper, as a disclaimer, we would like to notify that this is an open-source project to help programmers to take advantage of Vinted public API routes.

Here are some of the tested features:

API Authentication

Cookie automatic authentication using CookieStore

API Functionality

  1. Retrieve serialized items

  2. Optional filter use

Current available filtering

  • Colors
  • Categories
  • Brands
  • Product status
  • Order by
  1. Search via raw text