4.3.112
Changes for 4.3.112
Changes to branch 4.3
after version 4.3.111
.
Commits
-
HELP-15032: OAuth fixes for FusionAuth - by James Aimonetti
Only the path of the provider's profile_url should be searched for
dynamic URL updates. Also provide a convenience function to generate
an auth token for API usage.
-
HELP-14818: update stream_attachment options - by James Aimonetti
fetch_/put_attachment functions updated Options args with the doc's
_rev and doc type, necessary for selecting the proper dataplan before
doing the operation. stream_attachment was not updated and was
selecting the wrong (read: default) plan for the attachment.
-
only unregister from gproc if previously registered - by lazedo
-
PISTON-1081: expose
created
andstatus
on fax API doc GETs - by Daniel Finke-
matches the additional info provided when listing all faxes - doesn't make sense to get less back from the individual endpoint
-
put them in _read_only so they don't get added to the fax doc if using the put actions "resubmit" and "forward"
-
-
acdc - PISTON-625: do not pass pids as start_link args. They get re-used on restart - by Daniel Finke
-
acdc - PISTON-976: significant performance improvements for acdc status table - by Daniel Finke
-
acdc - PISTON-592: clear call state when ending wrapup early - by Daniel Finke
-
acdc - PISTON-371: missed change in paused state 'originate_uuid' - by Daniel Finke
-
don't set ready status until apply_state_updates - by Daniel Finke
-
acdc - PISTON-290: refactor transfer tracking in acdc agent - by Daniel Finke
-
acdc - PISTON-893: acdc_agent_listener doesn't need route.req, don't bind it - by Daniel Finke