This repository has been archived by the owner on Oct 11, 2022. It is now read-only.
Releases: withspectrum/spectrum
Releases · withspectrum/spectrum
v2.6.3
v2.6.2
v2.6.1
- Adds GraphQL rate limiting #4540
- Removes draftjs block validation in messages #4543
- Adds support for markdown links in chat input #4545 @Chiamaka
- Fixes messages being sent during IME composition #4551 @lacolaco
- Fixes a bug with
onBlur
andonFocus
handlers for the chat input in the direct messages view #4554 - Adds the ability to remove the cover photo from a community without having to upload a new photo #4535 @ThomasRoest
v2.6.0
v2.5.6
- Tracks job queue metrics #4505
- Eliminates invalid DOM nesting warning #4507 @Chiamaka
- Removes duplicate code in
withCurrentUser
#4479 @Chiamaka - Removes unused var #4522 @Chiamaka
- Downrankes watercooler threads in digests #4519
- Changes Google Auth scope to prepare for sunsetting Google+ APIs #4518
- Makes it harder for people to accidentally compose messages while signed out (potentially losing the content if localstorage isn't working) #4521
- Slightly less growth-hacky text in reputation string for digests #4520
- Adds missing
username
property in flow types for username checks #4529 @Chiamaka
v2.5.5
- Re-enables
toobusy
for rerouting requests to different instances #4493 - Disables GraphQL playground in prod #4490 @dev-drprasad
- Fixes a bug in DM composition #4495
- Adds better linking in documentation for Redis #4496 @ThomasRoest
- Implements
statsD
tracking to servers for better uptime and performance monitoring #4444 - Upgrades
apollo-incache-memory
to fix a memory leak in optimistic responses #4497 - Adds better support for CodeSandbox embed urls #4500
v2.5.4
v2.5.3
v2.5.2
v2.5.1
- Convert several debugs to console errors #4455 #4456 #4457 #4459
- Lots of dependency updates to fight fires #4460
- Fixes hermes not returning a promise when sending emails, causing jobs to get stuck #4464
- Fixes sendgrid syntax for sending to multiple emails at once #4466
- Replaces all
Link
occurrences withreact-router-dom
#4463 @Chiamaka - More aggressive settings when reconnecting to changefeeds #4473
- Increases driver connection timeout to 30s #4474
- Uses a plain function to update user online status rather than a
createWriteQuery
#4470