This repository was archived by the owner on Apr 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
0.2.0 meta thread🎉 #54
Copy link
Copy link
Closed
Labels
Description
Currently decided things about this release:
- It will be a breaking release, as described bellow.
When it's being released is unknown. As usual, we roll out new versions on Sundays unless there's emergency fixes, so it'll be "on the sunday corresponding to the week it's done in"Coming out this week!
Done:
- The introduction of
@cordis/utilwith BREAKING!: feat @cordis/util #32@cordis/snowflakeis getting entirely deprecated, becoming a part ofutilinsteadmakeDiscordCdnUrlis being from@cordis/commonmoved into@cordis/util[BREAKING]- rest/router POST should be able to take querystring params #46 is being resolved
- @cordis/util #29 is being resolved, with the primary goal of having helper functions for
allmost documented API endpoints exposed by Discord
- chore: remove redundant methods from redis-store #35 - Small breaking change removing a few redundant methods from
RedisStore[BREAKING] - fix(gateway/gateway-service): remove built-in caching #52 - Gets rid of some left-over implicit caching done by
@cordis/gateway[BREAKING] - BREAKING!: merge routers with rest #59 - Deprecation of
@cordis/routersin favor of placing its functionality into@cordis/rest - feat(gateway): resuming when connecting for the first time #60 - The ability to resume a gateway connection while initially connecting to the gateway.
- feat(gateway-service): support code injection #61 - The ability of injecting dependencies and own functionality into the Cordis gateway service without the need of forking or overwriting the base source file.