Skip to content

Releases: eerojala/WordCount-API

WordCount-API v1.0.2

16 Nov 00:58
41eeee3
Compare
Choose a tag to compare
  • Added thymeleaf UI
  • Changed endpoint to be root address /

WordCount-API v1.0.1

13 Nov 18:26
0b48312
Compare
Choose a tag to compare
  • Fixed bug where some special characters resulted in being transformed into whitespace
  • Now the API only accepts .txt files for the file
  • Added cache eviction policy, cache holds a maximum of 10,000 invididual WordCounts (e.g. if you provide a file with amount = 2, 2 invividual WordCount entries will be saved to the cache)
  • Improved error handling

WordCount-API v1.0

12 Nov 23:58
Compare
Choose a tag to compare

Initial release