Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit bf6a523

Browse files
committed
Merge remote-tracking branch 'origin/fix-request-order' into fix-request-order
# Conflicts: # CHANGELOG.md
2 parents dadbcbf + da9c057 commit bf6a523

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,19 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [0.11.0rc1] - 2017-09-28
5+
## [0.11.0] - 2017-09-28
66
### Fixed
77
- 🐞 Previously, old requests could override new requests if their response was longer than the new one.
88
This caused subtle bugs when apps are deployed on multiple processes or threads with component
99
callbacks that update at varying rates like urls. Originally reported in github.com/plotly/dash/issues/133. This fix should also improve performance when many updates happen at once as outdated requests will get dropped instead of updating the UI.
1010

11+
## [0.10.0] - 2017-09-19
12+
### Fixed
13+
- Fixed an issue where a callback would be fired on page load and when dynamically generated excessively. Previously, the callback would be called as many times as it had inputs. Now, it is called less. https://github.com/plotly/dash-renderer/pull/21
14+
### Maintenance
15+
- Add percy screenshot tests
16+
17+
1118

1219
## [0.9.0] - 2017-09-07
1320
### Fixed

0 commit comments

Comments
 (0)