Commit Graph

14 Commits

Author SHA1 Message Date
Sebastian Rindom ff49d23322 chore(release): Publish
- babel-preset-medusa-package@1.1.0
 - @medusajs/medusa-cli@1.1.0
 - medusa-core-utils@1.1.0
 - medusa-file-spaces@1.1.0
 - medusa-fulfillment-manual@1.1.0
 - medusa-fulfillment-webshipper@1.1.0
 - medusa-interfaces@1.1.0
 - medusa-payment-adyen@1.1.0
 - medusa-payment-klarna@1.1.0
 - medusa-payment-stripe@1.1.0
 - medusa-plugin-add-ons@1.1.0
 - medusa-plugin-brightpearl@1.1.0
 - medusa-plugin-contentful@1.1.0
 - medusa-plugin-discount-generator@1.1.0
 - medusa-plugin-economic@1.1.0
 - medusa-plugin-ip-lookup@1.1.0
 - medusa-plugin-mailchimp@1.1.0
 - medusa-plugin-permissions@1.1.0
 - medusa-plugin-segment@1.1.0
 - medusa-plugin-sendgrid@1.1.0
 - medusa-plugin-slack-notification@1.1.0
 - medusa-plugin-twilio-sms@1.1.0
 - medusa-plugin-wishlist@1.1.0
 - medusa-test-utils@1.1.0
 - @medusajs/medusa@1.1.0
2021-01-26 11:17:43 +01:00
Sebastian Rindom f1baca3cbd Replaces MongoDB support with PostgreSQL (#151)
- All schemas have been rewritten to a relational model
- All services have been rewritten to accommodate the new data model
- Adds idempotency keys to core endpoints allowing you to retry requests with no additional side effects
- Adds staged jobs to avoid putting jobs in the queue when transactions abort
- Adds atomic transactions to all methods with access to the data layer

Co-authored-by: Oliver Windall Juhl <oliver@mrbltech.com>
2021-01-26 10:26:14 +01:00
Sebastian Rindom b8d1bbb204 chore(release): Publish
- medusa-plugin-ip-lookup@1.0.11
 - @medusajs/medusa@1.0.35
2020-11-02 12:33:02 +01:00
Sebastian Rindom cd39798b4b chore(release): Publish 2020-09-09 09:24:51 +02:00
Sebastian Rindom db519fbaa6 fix: updates license 2020-09-09 09:15:58 +02:00
Sebastian Rindom 8143fe1ae6 v1.0.1 2020-09-05 15:59:26 +02:00
Sebastian Rindom e24d180ea3 v1.0.0 2020-09-03 13:43:58 +02:00
Sebastian Rindom 129d8cf3ba v1.0.0-y.25 2020-09-03 13:37:29 +02:00
Sebastian Rindom 78a60cea24 v1.0.0-y.24 2020-09-03 10:45:48 +02:00
Sebastian Rindom e2cbdd5a05 v1.0.0-y.20 2020-09-03 08:45:24 +02:00
Sebastian Rindom 924d5cad79 v1.0.0-alpha.26 2020-08-27 11:32:21 +02:00
Sebastian Rindom 6dbbb7e871 chore(dependencies): make medusa-interfaces a peerDependency 2020-08-27 11:31:52 +02:00
Sebastian Rindom 00a2ff0015 v1.0.0-alpha.21 2020-08-25 10:17:48 +02:00
Oliver Windall Juhl eeca05117a Adds ip lookup middleware for cart creation 2020-08-25 09:51:30 +02:00