Github user neykov commented on a diff in the pull request:

    https://github.com/apache/brooklyn-docs/pull/128#discussion_r90651670
  
    --- Diff: guide/misc/release-notes.md ---
    @@ -14,15 +14,121 @@ to Brooklyn's commercial users for funding much of 
this development.
     
     ### New Features
     
    +#### Improved Blueprints
    +
    +Significant work has gone into making YAML blueprints more powerful.
    +The DSL is more expressive and a variety of new general-purpose entities,
    +enrichers and policies have been written.
    +
    +New general-purpose constructs:
    +
    +* The `InvokeEffectorOnSensorChange` and 
`InvokeEffectorOnCollectionSensorChange`
    +  policies execute effectors on entities whenever a target sensor changes.
    +* `ProxyEffector` forwards effector invocations from one entity to another.
    +* `ConditionalEntity` creates an entity based on the truth of a config key
    +  (e.g. `$brooklyn:scopeRoot().config("enable.loadBalancer")`).
    +* `OnPublicNetworkEnricher` grants finer control of mapping public
    +  and private network addresses to sensors.
    +* `PercentageEnricher` publishes the ratio of two sensors.
    +
    +New blueprint DSL features:
    +
    +* `$brooklyn:entity` supports nested function calls,
    +* `$brookln:getImmediately` resolves values immediately and throws if it 
cannot,
    --- End diff --
    
    That's not a user-facing feature, not meant to be called by user DSL.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to