Improved API
Improved API.
Renamed Reconciler
to: Collector
in the container package. The name reconciler was more appropriate but overloaded with OpenShift controllers.
Renamed: DB.Iter() to be a verb: DB.Find().
Enhanced the model layer to no longer require the sql:""
tag on all model fields. All exported fields are included unless omitted using sql:"-"
much like the json lib. The tag is only required to modify default behavior.
Fixed an issue with Updated events having the Event.Model
and Event.Updated
fields reversed. The regression introduced in 0.5.0.
Includes some logging (level) adjustments.