Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new variables engine for v3 #277

Merged
merged 5 commits into from
Jul 9, 2022
Merged

new variables engine for v3 #277

merged 5 commits into from
Jul 9, 2022

Conversation

jptosso
Copy link
Member

@jptosso jptosso commented Jul 5, 2022

New Variables Engine

  • Less type complexity, now each type has its own variables (string, map, proxy, etc)
  • Variables have two pointers, tx.Collections[] and tx.Variables.*, that way you can programmatically access them using it's proper collection mechanism, and programmatically access them using dynamic variable names
  • New variable types: Simple, Map, Proxy, Translation
  • New body processor interface for requests and responses
  • XML support was removed
  • Transactions now requires a context

@jptosso jptosso marked this pull request as draft July 5, 2022 15:42
@jptosso jptosso changed the title new variables engine new variables engine for v3 Jul 6, 2022
@jptosso jptosso added the v3 label Jul 6, 2022
@jptosso jptosso added this to the v3 alpha milestone Jul 6, 2022
@jptosso jptosso marked this pull request as ready for review July 9, 2022 15:59
@jptosso jptosso merged commit f1706cc into v3/dev Jul 9, 2022
@jptosso jptosso deleted the v3/dev-new-variables branch July 9, 2022 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant