Skip to content

Tags: ThalosBots/vinted-rs

Tags

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update CHANGELOG.md (#121)

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump/v0.9.1 (#113)

* Update CHANGELOG.md

* Update README.md

* Update Cargo.toml

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.9.0 (#97)

* chore(cargo): update redis-macros requirement from 0.2.1 to 0.3.0

Updates the requirements on [redis-macros](https://github.com/daniel7grant/redis-macros) to permit the latest version.
- [Release notes](https://github.com/daniel7grant/redis-macros/releases)
- [Changelog](https://github.com/daniel7grant/redis-macros/blob/master/Changelog.md)
- [Commits](daniel7grant/redis-macros@v0.2.1...v0.3.0)

---
updated-dependencies:
- dependency-name: redis-macros
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* ci(actions): bump actions/checkout from 2 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix `src/model/item.rs` (#92)

* Moved vinted-db-feeder as submodule

* Fix/advanced item test (#98)

* Updated item JSON

* Upgraded testing quality

* Storing test results in /output

* Added more new JSON fields

* Using lazy_static for logging

* Updated namespace for debug

* Removed lazy initialization

* Fixed clippy

* Added new SerdeError

* fixed clippy

* Bump v0.9.0

* chore(cargo): update redis requirement from 0.24.0 to 0.25.4 (#93)

Updates the requirements on [redis](https://github.com/redis-rs/redis-rs) to permit the latest version.
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](redis-rs/redis-rs@redis-0.24.0...redis-0.25.4)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Álvaro Cabo Ciudad <[email protected]>

* chore(cargo): update typed-builder requirement from 0.18 to 0.19 (#96)

---
updated-dependencies:
- dependency-name: typed-builder
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Álvaro Cabo Ciudad <[email protected]>

* Updated CHANGELOG

* chore(cargo): update reqwest_cookie_store requirement from 0.6 to 0.8 (#94)

* chore(cargo): update reqwest_cookie_store requirement from 0.6 to 0.8

Updates the requirements on [reqwest_cookie_store](https://github.com/pfernie/reqwest_cookie_store) to permit the latest version.
- [Changelog](https://github.com/pfernie/reqwest_cookie_store/blob/main/CHANGELOG.md)
- [Commits](pfernie/reqwest_cookie_store@v0.6.0...v0.8.0)

---
updated-dependencies:
- dependency-name: reqwest_cookie_store
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix reqwest version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Álvaro Cabo Ciudad <[email protected]>

* fix method naming

* Removed unnecessary @staticmethod tag

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Baptiste Zahnow <[email protected]>

v0.8.7

Toggle v0.8.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.8.7 (#82)

* ci(actions): bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(cargo): update typed-builder requirement from 0.16 to 0.18

Updates the requirements on [typed-builder](https://github.com/idanarye/rust-typed-builder) to permit the latest version.
- [Changelog](https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md)
- [Commits](https://github.com/idanarye/rust-typed-builder/commits)

---
updated-dependencies:
- dependency-name: typed-builder
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(cargo): update redis requirement from 0.23.2 to 0.24.0

Updates the requirements on [redis](https://github.com/redis-rs/redis-rs) to permit the latest version.
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](redis-rs/redis-rs@redis-0.23.2...redis-0.24.0)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Ft/Made model's field public (#81)

* Made public all model's fields

* Fixed clippy

* Added docs

* Small changes in docs for queries.rs

* Added workflow

* Bumping to v0.8.7

* removed the -p option from cargo publish

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.8.6

Toggle v0.8.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #75 from TuTarea/develop

Develop

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v0.5.0 (#52)

* Antes de la regex

* Fixed migration never run it again

* Changed Size model

* Added get_size_by_title_and_type query

* added get_sizes_for_category

* small change

* Bump v0.5

* Added changelog

* making more flexible the api

---------

Co-authored-by: Pepe Márquez Romero <[email protected]>

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #48 from TuTarea/develop

Ft/In the memory of strip option (#47)

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #46 from TuTarea/develop

impl From<VintedWrapperError> for FangError (#45)

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
0.3.2

0.3.2

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version 0.3.1 (#42)

* Fix/uk host (#38)

* fix uk host

* Status code for CookieError added

* fix user agent

---------

Co-authored-by: alvarocabo <[email protected]>

* Prepared for chart results

* Bump version 0.3.1

* Fix toml

* Added changelog

---------

Co-authored-by: Pmarquez <[email protected]>