-
Notifications
You must be signed in to change notification settings - Fork 7
keen.js version is out of date #1
Comments
From @sperand-io on April 17, 2015 17:32 Thanks @d4rky-pl — will get this updated in short order. cheers! |
From @d4rky-pl on April 19, 2015 7:39 @sperand-io it might be a good idea to allow people to choose the library version in admin panel, otherwise switch between 3.0.8 to 3.2.4 may be painful for some people (some APIs have changed and I'm not sure if they're backwards compatible) |
From @dustinlarimer on April 23, 2015 22:52 @d4rky-pl @sperand-io tracking functionality hasn't changed between those versions, though we've replaced a lot of internal request handling methods to tighten things up. We also added a |
@ndhoule manually defining the lib version could be a nice option. It would be even better to obscure the lib entirely from the global namespace so version collisions won't be possible. Seems a bit unnecessary for users to ever have to think about versioning. @sperand-io and I were talking about disabling the Any thoughts on that? Anything I can do to make all of this easier? I'm always happy to jump in and help! |
@sperand-io Any updates on this? looks like Keen is on v3.4.0: https://github.com/keen/keen-js |
Would be great to have this fixed. It's causing errors on our website, e.g. www.appgyver.com/features/ and Keen.io's hands are tied (they said that they've been pinging you about this several times themselves without things moving forward). |
+1 we're trying to use the Keen.DataViz component but its not available in 3.0.8. The workaround we're using is loading the Keen version directly in our Dashboard page and then using the noConflict option:
|
sorry that this has been such a slow process everyone. We've been super thin on engineering resources due to our warehouses launch so haven't had much time to maintain these :( PRs are always welcome! @dustinlarimer I'm trying to update the lib to load The tests that is failing (right away, other tests after these might fail also we'll see!):
I get this super unhelpful error:
Any idea how to bypass this or do you have a good approach to testing this part? If you want to continue the conversation you were having with @sperand-io regarding removing the Also -- we should talk about bringing parity to the server side integration as well since that one is using API 3.0 not sure if that's the latest. Let me know! |
@hankim813 thanks for the update! I'm happy to help however necessary. Do you know if there's an upgrade plan for this? The biggest concern here is that users have come to rely on the presence of this old library version for analysis and visualization, and the switch from 3.0.7 to 3.3.0 brings with it several significant breaking changes to that functionality. I really think users should be able to opt-in to this update somehow. If we do remove the For those two problematic tests you mentioned, switch to check for var user = keen.client.client.globalProperties().user; ... will need to be updated to this: var user = keen.client.config.globalProperties().user; |
@dustinlarimer mmm I see. Yeah definitely don't want to brute force upgrade the versions. I'll ping @sperand-io to chime in on this regarding the approach. |
Any news on this? |
Hey all -- I'm the new Engineering Manager for the team that owns our integrations so I'm just now catching up on this one. It looks like we're currently running 3.4.0 which is slightly less wildly out of date than 3.0.8. :) I'd like to understand the upgrade process a little better before we schedule time to get this upgraded -- can someone from Keen IO shoot me an email at [email protected]? |
From @d4rky-pl on April 14, 2015 12:37
Analytics.js uses prehistoric version of keen.js that was released almost a year ago. The latest version as of writing this is 3.2.4 whereas analytics still use 3.0.8 that doesn't support new visualisation apis amongst other things.
Copied from original issue: segmentio/analytics.js-integrations#592
The text was updated successfully, but these errors were encountered: