claim_fee and claim_fee2 emit event ClaimFee2Event, that includes active_bin_id.claim_reward and claim_reward2 emit event ClaimReward2Event, that includes active_bin_id.increase_position_length and decrease_position_length, that helps to modify the position's length.rebalance_liquidity, that help position's owner to manage position better (can combine multiple modifying liquidity instructions and resize position underneath).2.1.*withdraw_protocol_fee endpoint will take max_amount_x and max_amount_y as parameters.add_liquidity_by_strategy, add_liquidity_by_weight, add_liquidity_by_weight_one_sideinitialize_bin_array_bitmap_extension won't return error if the bitmap_extension account has been initialized.Please find the changelog for TypeScript SDK here.
Please find the PR for Typescript SDK here.