Updates to add release notes, version number as variable

This commit is contained in:
Paul Echeverri 2016-03-22 14:31:46 -07:00
parent e3575d1475
commit d2cb6aec65
2 changed files with 10 additions and 23 deletions

View file

@ -5,7 +5,7 @@
:shield: https://www.elastic.co/guide/en/shield/current
:k4issue: https://github.com/elastic/kibana/issues/
:k4pull: https://github.com/elastic/kibana/pull/
:version: 5.0 alpha
:version: 4.5
:esversion: 2.3
include::introduction.asciidoc[]

View file

@ -6,35 +6,22 @@ The {version} release of Kibana requires Elasticsearch {esversion} or later.
[float]
[[enhancements]]
== Enhancements
* {k4issue}5897[Issue 5897]: Embedding links now include navigation and search bars.
* {k4issue}1362[Issue 1362]: Color palette selector added.
* {k4issue}1553[Issue 1553]: Kibana can shorten URLs for shared or embedded items.
* {k4issue}5733[Issue 5733]: Time-based index pattern expansion can be set at index pattern creation time.
* {k4issue}5775[Issue 5775]: Adds a configuration option to change the maximum payload size sent to the server.
* {k4issue}4966[Issue 4966]: Logo is now in SVG format.
* {k4issue}3625[Issue 3625]: Downloaded visualizations now use the visualization name as the filename.
* {k4issue}5279[Issue 5279]: Large strings are truncated with an ellipsis (`...`).
* {k4issue}5241[Issue 5241]: Truncated visualization names are displayed in full as tooltips.
* {k4issue}6150[Issue 6150]: Adds a timeout for the display of error notifications.
* {k4issue}3682[Issue 3682]: Improved handling of empty result sets for the Metric visualization.
* {k4issue}4065[Issue 4065]: Adds custom labels for visualization axes.
* {k4issue}6128[Issue 6128]: Adds configurable length to saved object lists.
[float]
[[bugfixes]]
== Bug Fixes
* {k4issue}5896[Issue 5896]: Bookmarked URLs to saved filtered searches from a previous version of Kibana display
correctly.
* {k4issue}5191[Issue 5191]: Timepicker is now available for dashboards that contain a chart based on an index that is not
time-based.
* {k4issue}5744[Issue 5744]: Fixes bug that caused incorrect display of "No results found" in some cases.
* {k4issue}5824[Issue 5284]: Corrects a fatal error when Kibana starts with node x86 on Windows x64 systems.
* {k4pull}5236[Pull Request 5236]: Fixes a heatmap intensity issue in tile maps.
* {k4issue}6283[Issue 6283]: Corrects a date format error in millisecond intervals.
* {k4issue}6049[Issue 6049]: Improvements to autocomplete handling.
* {k4issue}6331[Issue 6331]: Improved handling of long-running queries.
[float]
[[plugin-system]]
== Plugin System Changes
* {k4issue}5226[Issue 5226]: Plugins are explicit when they start to route.
* {k4pull}5725[Pull Request 5725]: Plugins can extend Chrome navigation.
* {k4issue}4720[Issue 4720]: Adds support for zip compression.
* {k4pull}5704[Pull Request 5704]: Removes Github shortcuts from the plugin installer.
* {k4issue}5661[Issue 5661]: Fixes the plugin optimization path.
* {k4pull}5538[Pull Request 5538]: Apps can use empty export types.
* {k4issue}5916[Issue 5916]: Adds the `--list` flag to list installed plugins.