forked from zenoss/ZenPacks.zenoss.ZenPackLib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
67 lines (49 loc) · 1.92 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Release 1.0.3
=============
Defects fixed
-------------
* Fix testing of SNMP datasources by converting OIDs to string.
* Fix for inherited relationships and properties not appearing in UI.
Release 1.0.2
=============
Defects fixed
-------------
* Log YAML errors more concisely instead of full traceback. (ZEN-17681)
* Fix "[Object]" details panel display for custom renderers. (ZEN-17732)
* Fix handling of nested device class remove field.
* Fix KeyError when removing non-existent device class.
* Fix handling of datapoint rrdtype. (ZEN-18188)
Release 1.0.1
=============
Features added
--------------
* Add Class.extra_paths for controlling object path indexing.
* Add Class.filter_hide_from option.
Defects fixed
-------------
* Fix handling of class _properties and _relationships.
* Prefix ExtJS components to avoid conflicting zenpacklib versions.
* Fix handling of Class property types.
* Fix py_to_yaml for ZenPacks that subclass ZenPack.
* Remove superfluous YAML type hints from py_to_yaml conversion.
* Fix "Unable to find TEMPLATE_ID" installation error.
* Base component status on events in /Status event class.
* Fix removal of objects when PyYAML isn't installed.
Release 1.0.0
=============
Features added
--------------
* Added ability to define ZenPack with YAML.
* Added support for model classes and relationships.
* Added support for zProperties.
* Added support for device classes.
* Added support for monitoring templates.
* Added *create* command for creating ZenPacks from the command line.
* Added *lint* command to check YAML for correctness.
* Added *class_diagram* command to create yUML class diagram from YAML.
* Added *dump_templates* command to export monitoring templates to YAML.
* Added *py_to_yaml* command to convert old Python specs to YAML.
* Added *version* command to print zenpacklib's version.
Documentation
-------------
* Added first pass at documentation (`<http://zenpacklib.zenoss.com/>`_).