Patch Notes
Patch Note 2018-05-07
← View all patch notes
Non-integer number values for parameters and metadata are rounded to four decimal places.
- You can see the full value by hovering the number.
Allow ordering executions by parameter.
- Note that everything is currently sorted as strings though.
Removed
Promise.finally()
usage that caused Linux browsers to crash on execution creation.- We replaced all instances of
Promise.finally()
with equivalent implementations.
- We replaced all instances of