<@U01MV4U2EV9> this only changes local-development...
# general
a
@thdxr this only changes local-development right?
If I don’t use local development I should be fine?
t
Correct, let me clarify that in the release
a
Cool.
I was asking because I’ve just run this:
Copy code
yarn sst update 0.46.1
But this updated to
0.47
haha.
t
what version of sst were you on before?
Previous versions didn't accept a version argument
a
I was in
"0.44.0"
.
Oh I see.
That makes sense then.
So the parameter might got ignored.
s
oh man, I’ve been waiting for this one. awesome!! will try it out soon
HOLY CRAP, this is significantly faster! great work, @thdxr
l
Um, was there any change to optimization scripts for Node bundling? After the update I started getting
Error: Received packet in the wrong sequence
from my serverless-mysql connector.
Seems to be a known error for MysqlJS - the lib dislikes function name mangling. Switched to MYSQL2 and all is peachy now. What is odd is that it used to work for me prior to 0.47
p
I seem to be hitting an issue on this version where it thinks the debug stack is deployed and has no changes when it doesn't actually exist. This causes websocket errors after all of my stacks have finished deploying because it's not there... I'll try an SST remove to see if it fixes it but thought I'd mention it.
Yup, removing my backend stacks and re-adding them fixed it - weird bug! I'm with @Sam Hulick so far - wow it's quicker!!