Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

28 lines (18 loc) · 1.63 KB

Changelog

[0.1.0] - 2024-04-20

Features

  • change port to 8537, write readme, get + post request (df2657c)
  • allow only one concurrent update (1525103)
  • timeout of 10 seconds (57567b9)
  • set TIMEOUT as env var, default to 10 seconds (f3937e4)
  • add simple info at / (aa2907b)

Bug Fixes

  • change port in code (a1a0080)
  • wrap HashMap in Mutex (5cad92e)
  • use Arc to mutate the same Hashmap (78ea4d9)

Performance

  • remove extra check for update since assigning returns the old value (57474f7)

Documentation

  • explain the port number (e4bedee)
  • explain details and limit to post requests (ca71d35)