Skip to content

Commit

Permalink
update from v3.6.4 to v3.7.0 (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
elitonzky authored May 17, 2024
1 parent c925817 commit efb6c5e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v3.7.0
----------
* Processes vtex update webhooks asynchronously and saves them on DB
* Create task to upload products from db to fba-meta
* Saves uploads sent to Facebook and creates a task to clear logs
* Fix: limits requests on vtex per minute
* Fix: list paginated sellers
* Remove url redirection from view

v3.6.4
----------
* Temporarily enable redirection of vtex updates
Expand Down
2 changes: 1 addition & 1 deletion marketplace/swagger.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
view = get_schema_view(
openapi.Info(
title="Integrations API Documentation",
default_version="v3.6.4",
default_version="v3.7.0",
desccription="Documentation of the Integrations APIs",
),
public=True,
Expand Down

0 comments on commit efb6c5e

Please sign in to comment.