This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
Releases: RoyaleAPI/cr-api
Releases · RoyaleAPI/cr-api
v4.0.0 - Dart Goblin
- Update 2.0
- Update dependencies
- 3.1.1
- add
/info
route for clans - 3.1.0
- Temporary patch to prevent downtime
- 3.0.12
- Drop debug code
- 3.0.11
- Reduce to clans update to every 2 minutes.
- 3.0.10
- Bugfix: 3 letter tags considered too short.
- 3.0.9
- Add healthcheck url
- Fix a bug in maintenance break recovery mechanism
- Deprecate
badgeUrl
andbadge_url
params - 3.0.8
- Add active routes
- Increase stability with corrupt data
nameChanged
fixed.- Add badge object in all requests
- Drop evil
members=0
param - 3.0.7
- Bot quickfix
- 3.0.6
- Added breadcrumb report
- Added clan chest data
- Make express use strong Etags.
- Better errors
- Relax linter
- Improve no-clan players
- Make packet receiver more fool proof
- Change decode dump to static
- Change issue logger to static
- Comment suspect for instability
- Register namespaces for linter
- Corrections to format in deploy script
- Resolve multi-tag issues + Fetcher tability improvements.
- Add missing valid tag chars
- Code cleanup
- Return null for players without clan
- 3.0.5
- Enabled comma in profile request
- Cache all routes for 1 minute
- Add potential fix for failed parses
- Drop old pending queues
- Move player parsing to dedicated parser
- Correct issue in gh bot description handling
- 3.0.4
- Critical bugfix
- 3.0.3
- Improve reporting.
- 3.0.2
- Correct evil fallback
- 3.0.1
- Critical bugfix
v3.0.0 - Cannon
- Use alternative tag parser as fallback method
- Add EB configuration as example
- Correct poor empty-state handling
- Drop
accountAge
until corrected - Setup release tracking in Raven
- Correctly parse login failure
- Add cleaner recovery from design break
- Handle missing attributes correctly
- Add Raven context
- Block Github bot in local env
- Add error reporting to S
- Stop reporting to NR from dev env
- Urgent bugfix
- Add Github bot
- Correct clan badge in profile
- Correct error if no tournament cards won
- Reorder player profile so larger objects are at the bottom
- Fix a bug in clan badge
- Make arena offer null if not available
- Add account age in days
- Add tourney card won
- Return null instead of rank 0
- Move clan info to object
- Reduce top clans update to every 1 minute
- Add player global rank
- Add season end global rank
- Fix a bug in
experience to next level
- Update ignore to exclude
lastplayer.json
- Clean and restructure profile
- Add legendary trophies in player profile
- Add calculator for XP
- Performance improvement in decoder
- Stat names updated
- Slight updates in definitions
- Correct
currenRank
tocurrentRank
in clan listing - Add memoizee dependency
- Fix a bug in Github bot parse
- Improve response of Github-bot
- Handle multiline in Github-bot
- Correct URL in Github issue response
- Fix an inconsistency with Github bot
- Enable assign and label in Github bot
- Allow no description in Github issues
- Sanitize Github issue names
- Fix an issue with player profile where Selfish is an idiot
v2.0.0 - Barbarians
- Enabled profile endpoint
- Allow triggering old decoder for incompatible messages
- Enables clan ranking update
- Update game tag for complex compatibility
- Move /user/ endpoint to /profile/
- Add a bunch of info to player data
- Rename score to trophies
- Load dependencies in responder
- Drop a bunch of router debug code
- Update stats to new format
- Update spells to new format
- Refactors old spells to new format
- Corrects missing field in homeDeck
- Delete unneeded resources
- Cleans unused logging
- Updated deploy script to bump minor by default (instead of patch)
- Adds supplementary classes
- Updated responder to match newly added definitions
- Switches main router to use stringy tag instead of hex
- Updates cache of resource reference
- Update message definitions to new format
- Change working code to use new decoder
- Restructure packet definitions
- Improve reliability of buffer handling
- Correct string parse bug in packet decoder
- Drop cloned definitions for packages
- Drop excessive logging and debug code