Skip to content

Releases: dpc-sdp/ripple

v1.2.0-rc.0

09 Sep 06:37
Compare
Choose a tag to compare
v1.2.0-rc.0 Pre-release
Pre-release
v1.2.0-rc.0

v1.1.0

28 Aug 00:16
Compare
Choose a tag to compare

Upgrade notes

This update need a small update on custom site "/store/index.js" to add request id, but without this changes, site should still working, not a breaking change.

   import { logger } from '@dpc-sdp/ripple-nuxt-tide/lib/core'

   export const actions = {
-    async nuxtServerInit ({ dispatch }) {
+    async nuxtServerInit ({ dispatch }, { req }) {
       try {
-        await dispatch('tide/init')
+        await dispatch('tide/init', { requestId: req.requestId })
       } catch (error) {
         if (process.server) {
           logger.error('Tide API server has an error.', { error, label: 'App' })
         }
         throw error
       }
     }
   }

v1.1.0-alpha.0

28 Aug 00:16
Compare
Choose a tag to compare
v1.1.0-alpha.0 Pre-release
Pre-release
v1.1.0-alpha.0

v1.0.1

v1.0.0

28 Aug 00:14
Compare
Choose a tag to compare
Read more